From c38c2b0630e9f29edd8b460359f9e56ceaf392b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 10:38:05 +0000 Subject: [PATCH] Update Catalyst requirement 16.0 Updates the requirements on [Catalyst](https://github.com/SciML/Catalyst.jl) to permit the latest version. Updates `Catalyst` to 16.0.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.0.0) --- updated-dependencies: - dependency-name: Catalyst dependency-version: 16.0.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 06f6433..0450164 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] -Catalyst = "15" +Catalyst = "15, 16.0" DiffEqBase = "6" MacroTools = "^0.5.5" Reexport = "1"