From 8e44fdeba479d1813735891f0cd53b70d754ca6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 00:27:14 +0000 Subject: [PATCH] Bump the all-julia-packages group across 1 directory with 2 updates Updates the requirements on [LinearSolve](https://github.com/SciML/LinearSolve.jl) and [DataInterpolations](https://github.com/SciML/DataInterpolations.jl) to permit the latest version. Updates `LinearSolve` to 4.2.0 - [Release notes](https://github.com/SciML/LinearSolve.jl/releases) - [Commits](https://github.com/SciML/LinearSolve.jl/commits) Updates `DataInterpolations` to 9.0.0 - [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) --- updated-dependencies: - dependency-name: LinearSolve dependency-version: 4.2.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: DataInterpolations dependency-version: 9.0.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index 0547d99a4b..093ce4603b 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -63,7 +63,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" @@ -78,7 +78,7 @@ IncompleteLU = "0.2" JumpProcesses = "9.23" Latexify = "0.16.5" LikelihoodProfiler = "1.5.1" -LinearSolve = "2.30, 3" +LinearSolve = "2.30, 3, 4.2" MCMCChains = "6, 7" ModelingToolkitBase = "1.17" NetworkLayout = "0.4"