From cd8166b1b9e61a7e6d30c1133e980ac5b7d4ba8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 15:50:15 +0000 Subject: [PATCH] build(deps): bump the all-julia-packages group across 2 directories with 3 updates Updates the requirements on [Symbolics](https://github.com/JuliaSymbolics/Symbolics.jl), [SymbolicUtils](https://github.com/JuliaSymbolics/SymbolicUtils.jl) and [ModelingToolkit](https://github.com/SciML/ModelingToolkit.jl) to permit the latest version. Updates `Symbolics` to 7.4.1 - [Release notes](https://github.com/JuliaSymbolics/Symbolics.jl/releases) - [Changelog](https://github.com/JuliaSymbolics/Symbolics.jl/blob/master/NEWS.md) - [Commits](https://github.com/JuliaSymbolics/Symbolics.jl/compare/v6.14.0...v7.4.1) Updates `SymbolicUtils` to 4.10.0 - [Release notes](https://github.com/JuliaSymbolics/SymbolicUtils.jl/releases) - [Commits](https://github.com/JuliaSymbolics/SymbolicUtils.jl/compare/v3.7.2...v4.10.0) Updates `ModelingToolkit` to 11.4.0 - [Release notes](https://github.com/SciML/ModelingToolkit.jl/releases) - [Changelog](https://github.com/SciML/ModelingToolkit.jl/blob/master/NEWS.md) - [Commits](https://github.com/SciML/ModelingToolkit.jl/commits/v11.4.0) Updates `ModelingToolkit` to 11.4.0 - [Release notes](https://github.com/SciML/ModelingToolkit.jl/releases) - [Changelog](https://github.com/SciML/ModelingToolkit.jl/blob/master/NEWS.md) - [Commits](https://github.com/SciML/ModelingToolkit.jl/commits/v11.4.0) --- updated-dependencies: - dependency-name: Symbolics dependency-version: 7.4.1 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: SymbolicUtils dependency-version: 4.10.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: ModelingToolkit dependency-version: 11.4.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: ModelingToolkit dependency-version: 11.4.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 6 +++--- docs/Project.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index acb3112ba..13064dd6f 100644 --- a/Project.toml +++ b/Project.toml @@ -86,7 +86,7 @@ LuxLib = "1.3" MCMCChains = "7" MLDataDevices = "1.2.0" MethodOfLines = "0.11.6" -ModelingToolkit = "9.46, 10" +ModelingToolkit = "9.46, 10, 11.7" MonteCarloMeasurements = "1.1" NeuralOperators = "0.5, 0.6" Optimisers = "0.3.3, 0.4" @@ -105,8 +105,8 @@ SciMLBase = "2.56" Statistics = "1.10" StochasticDiffEq = "6.69.1" SymbolicIndexingInterface = "0.3.31" -SymbolicUtils = "3.7.2" -Symbolics = "6.14" +SymbolicUtils = "3.7.2, 4.11" +Symbolics = "6.14, 7.7" TensorBoardLogger = "0.1.24" Test = "1.10" WeightInitializers = "1.0.3" diff --git a/docs/Project.toml b/docs/Project.toml index 56a9c6c96..c0afe5fe0 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -44,7 +44,7 @@ LineSearches = "7.2" Lux = "1" LuxCUDA = "0.3.2" MethodOfLines = "0.11" -ModelingToolkit = "9.7, 10" +ModelingToolkit = "9.7, 10, 11.7" MonteCarloMeasurements = "1" NeuralOperators = "0.5, 0.6" NeuralPDE = "5"