From 05839035378bb595decfcddf2cbecb49007756aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 22:13:17 +0000 Subject: [PATCH] Bump the all-julia-packages group across 1 directory with 5 updates Updates the requirements on [CUDA](https://github.com/JuliaGPU/CUDA.jl), [Statistics](https://github.com/JuliaStats/Statistics.jl), [Optimization](https://github.com/SciML/Optimization.jl), [OrdinaryDiffEq](https://github.com/SciML/OrdinaryDiffEq.jl) and [DiffEqBase](https://github.com/SciML/OrdinaryDiffEq.jl) to permit the latest version. Updates `CUDA` to 6.1.0 - [Release notes](https://github.com/JuliaGPU/CUDA.jl/releases) - [Commits](https://github.com/JuliaGPU/CUDA.jl/commits/v6.1.0) Updates `Statistics` to 1.11.1 - [Release notes](https://github.com/JuliaStats/Statistics.jl/releases) - [Commits](https://github.com/JuliaStats/Statistics.jl/compare/v1.4.0...v1.11.1) Updates `Optimization` to 5.6.1 - [Release notes](https://github.com/SciML/Optimization.jl/releases) - [Changelog](https://github.com/SciML/Optimization.jl/blob/master/NEWS.md) - [Commits](https://github.com/SciML/Optimization.jl/commits/v5.6.1) Updates `OrdinaryDiffEq` to 7.0.0 - [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases) - [Changelog](https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/NEWS.md) - [Commits](https://github.com/SciML/OrdinaryDiffEq.jl/compare/v6.0.0...v7.0.0) Updates `DiffEqBase` to 7.5.5 - [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases) - [Changelog](https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/NEWS.md) - [Commits](https://github.com/SciML/OrdinaryDiffEq.jl/commits) --- updated-dependencies: - dependency-name: CUDA dependency-version: 6.1.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: DiffEqBase dependency-version: 7.5.5 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Optimization dependency-version: 5.6.1 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: OrdinaryDiffEq dependency-version: 7.0.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Statistics dependency-version: 1.11.1 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- test/Project.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/test/Project.toml b/test/Project.toml index 3902bb7..6fe19d0 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -29,23 +29,24 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] Aqua = "0.8" BenchmarkTools = "1" -CUDA = "4, 5" +CUDA = "4, 5, 6.1" ChainRulesCore = "1" ComponentArrays = "0.15" -DiffEqBase = "6" +DiffEqBase = "6, 7.5" ExplicitImports = "1" FiniteDifferences = "0.12" ForwardDiff = "0.10, 1" NonlinearSolve = "1, 2, 3, 4" Optimisers = "0.3, 0.4" -Optimization = "3, 4" +Optimization = "3, 4, 5.6" OptimizationOptimisers = "0.2, 0.3" -OrdinaryDiffEq = "6" +OrdinaryDiffEq = "6, 7.0" PATHSolver = "1" ParametricMCPs = "0.1" SafeTestsets = "0.1" SciMLSensitivity = "7" SimpleNonlinearSolve = "0.1, 1, 2" StableRNGs = "1" +Statistics = "1.11.1" SteadyStateDiffEq = "2" Zygote = "0.6, 0.7"