From 2aefc4e750d671bcad23ba40ac0206b9ead287f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 00:27:57 +0000 Subject: [PATCH] Bump the all-julia-packages group across 1 directory with 3 updates Updates the requirements on [NonlinearSolveFirstOrder](https://github.com/SciML/NonlinearSolve.jl), [Turing](https://github.com/TuringLang/Turing.jl) and [StatsPlots](https://github.com/JuliaPlots/StatsPlots.jl) to permit the latest version. Updates `NonlinearSolveFirstOrder` to 2.0.0 - [Release notes](https://github.com/SciML/NonlinearSolve.jl/releases) - [Commits](https://github.com/SciML/NonlinearSolve.jl/compare/NonlinearSolveFirstOrder-v1.0.0...NonlinearSolveFirstOrder-v2.0.0) Updates `Turing` to 0.43.3 - [Release notes](https://github.com/TuringLang/Turing.jl/releases) - [Changelog](https://github.com/TuringLang/Turing.jl/blob/main/HISTORY.md) - [Commits](https://github.com/TuringLang/Turing.jl/compare/v0.0.1...v0.43.3) Updates `StatsPlots` to 0.15.8 - [Release notes](https://github.com/JuliaPlots/StatsPlots.jl/releases) - [Changelog](https://github.com/JuliaPlots/StatsPlots.jl/blob/master/NEWS.md) - [Commits](https://github.com/JuliaPlots/StatsPlots.jl/compare/v0.0.1...v0.15.8) --- updated-dependencies: - dependency-name: NonlinearSolveFirstOrder dependency-version: 2.0.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Turing dependency-version: 0.43.3 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: StatsPlots dependency-version: 0.15.8 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 9b4ac124d4..40af9708c0 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -72,7 +72,7 @@ LinearSolve = "2.30, 3" ModelingToolkitBase = "1.17" NetworkLayout = "0.4" NonlinearSolve = "4" -NonlinearSolveFirstOrder = "1" +NonlinearSolveFirstOrder = "1, 2.0" OptimizationBBO = "0.4" OptimizationBase = "4, 5.0" OptimizationEvolutionary = "0.4" @@ -91,8 +91,10 @@ SciMLBase = "2.46" SciMLSensitivity = "7.60" SpecialFunctions = "2.4" StaticArrays = "1.9" +StatsPlots = "0.15.8" SteadyStateDiffEq = "2.2" StochasticDiffEq = "6.65" StructuralIdentifiability = "0.5.11" SymbolicIndexingInterface = "0.3" Symbolics = "7.13" +Turing = "0.43.3"