From 376ad333b264596b58ea586c38aa25de51c8ec42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 04:42:25 +0000 Subject: [PATCH] Bump the all-julia-packages group across 2 directories with 3 updates Updates the requirements on [LinearSolve](https://github.com/SciML/LinearSolve.jl), [DataInterpolations](https://github.com/SciML/DataInterpolations.jl) and [FiniteVolumeMethod](https://github.com/SciML/FiniteVolumeMethod.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) 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) Updates `FiniteVolumeMethod` to 1.2.2 - [Release notes](https://github.com/SciML/FiniteVolumeMethod.jl/releases) - [Commits](https://github.com/SciML/FiniteVolumeMethod.jl/compare/v0.1.0...v1.2.2) --- 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 - 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 - dependency-name: FiniteVolumeMethod dependency-version: 1.2.2 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 4 ++-- test/Project.toml | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index 7952a116..dcaafba1 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -49,7 +49,7 @@ Bessels = "0.2.8" CairoMakie = "0.15.11" Cthulhu = "3.0.2" Cubature = "1.5.1" -DataInterpolations = "8.10.0" +DataInterpolations = "8.10.0, 9.0" DelaunayTriangulation = "1.6.6" DiffEqDevTools = "3.1.1" DifferentialEquations = "8.0.0" @@ -60,7 +60,7 @@ FastGaussQuadrature = "1.3.0" FiniteVolumeMethod = "1.2.1" JET = "0.11.3" Krylov = "0.10.6" -LinearSolve = "3.84.0" +LinearSolve = "3.84.0, 4.2" Literate = "2.21.0" LiveServer = "1.5.0" NaturalNeighbours = "1.3.6" diff --git a/test/Project.toml b/test/Project.toml index 60751dca..99eeacdb 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -46,15 +46,16 @@ BenchmarkTools = "1.8.0" Bessels = "0.2.8" CairoMakie = "0.15.11" Cubature = "1.5.1" -DataInterpolations = "8.10.0" +DataInterpolations = "8.10.0, 9.0" DelaunayTriangulation = "1.6.6" DelimitedFiles = "1.9.1" DisplayAs = "0.1.6" ElasticArrays = "1.2.12" ExplicitImports = "1.15.0" FastGaussQuadrature = "1.3.0" +FiniteVolumeMethod = "1.2.2" Krylov = "0.10.6" -LinearSolve = "3.84.0" +LinearSolve = "3.84.0, 4.2" NaturalNeighbours = "1.3.6" NonlinearSolve = "4.19.1" OrdinaryDiffEq = "7.0.0"