From e195a84287c09afeb5ff0606b453c217421f352e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 10:03:33 +0000 Subject: [PATCH] Bump the all-julia-packages group across 1 directory with 2 updates Updates the requirements on [Catalyst](https://github.com/SciML/Catalyst.jl) and [DiffEqBase](https://github.com/SciML/OrdinaryDiffEq.jl) to permit the latest version. Updates `Catalyst` to 16.1.1 - [Release notes](https://github.com/SciML/Catalyst.jl/releases) - [Changelog](https://github.com/SciML/Catalyst.jl/blob/master/HISTORY.md) - [Commits](https://github.com/SciML/Catalyst.jl/compare/v15.0.0...v16.1.1) Updates `DiffEqBase` to 7.5.1 - [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: Catalyst dependency-version: 16.1.1 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: DiffEqBase dependency-version: 7.5.1 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 06f6433..e206a80 100644 --- a/Project.toml +++ b/Project.toml @@ -12,8 +12,8 @@ RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] -Catalyst = "15" -DiffEqBase = "6" +Catalyst = "15, 16.1" +DiffEqBase = "6, 7.5" MacroTools = "^0.5.5" Reexport = "1" RuntimeGeneratedFunctions = "0.5"