From b410a59f1d3b9a55bed3b8a806b13604f6d2fdbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 11:55:42 +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.2.0 - [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.2.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: Catalyst dependency-version: 16.1.2 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 ... 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..676fe37 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.2" +DiffEqBase = "6, 7.5" MacroTools = "^0.5.5" Reexport = "1" RuntimeGeneratedFunctions = "0.5"