From 74a3174d6a24dbd89fc7a950f3433fe8d7aea34a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 00:27:15 +0000 Subject: [PATCH] Bump the all-julia-packages group across 1 directory with 3 updates Updates the requirements on [LinearSolve](https://github.com/SciML/LinearSolve.jl), [Turing](https://github.com/TuringLang/Turing.jl) and [DataInterpolations](https://github.com/SciML/DataInterpolations.jl) to permit the latest version. Updates `LinearSolve` to 5.1.0 - [Release notes](https://github.com/SciML/LinearSolve.jl/releases) - [Commits](https://github.com/SciML/LinearSolve.jl/commits) Updates `Turing` to 0.46.0 - [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/commits/v0.46.0) Updates `DataInterpolations` to 9.0.2 - [Release notes](https://github.com/SciML/DataInterpolations.jl/releases) - [Changelog](https://github.com/SciML/DataInterpolations.jl/blob/master/NEWS.md) - [Commits](https://github.com/SciML/DataInterpolations.jl/commits/v9.0.2) --- updated-dependencies: - dependency-name: DataInterpolations dependency-version: 9.0.2 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: LinearSolve dependency-version: 5.0.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Turing dependency-version: 0.46.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index f89a8c0c07..0a8183e129 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -58,7 +58,7 @@ BifurcationKit = "0.5, 0.8" CairoMakie = "0.15" Catalyst = "16" DataFrames = "1.6" -DataInterpolations = "7.2, 8" +DataInterpolations = "7.2, 8, 9.0" DiffEqBase = "6.159.0, 7" DiffEqNoiseProcess = "5.31.1" Distributions = "0.25" @@ -73,7 +73,7 @@ IncompleteLU = "0.2" JumpProcesses = "9.23" Latexify = "0.16.5" LikelihoodProfiler = "1.5.1" -LinearSolve = "2.30, 3" +LinearSolve = "2.30, 3, 5.1" MCMCChains = "6, 7" ModelingToolkitBase = "1.17" NetworkLayout = "0.4" @@ -103,4 +103,4 @@ StochasticDiffEq = "6.65, 7" StructuralIdentifiability = "0.5.11" SymbolicIndexingInterface = "0.3" Symbolics = "7.13" -Turing = "0.43.5, 0.45" +Turing = "0.43.5, 0.45, 0.46"