From 494fae482698aee5a44eaac55d79d457b953b6b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 09:53:47 +0000 Subject: [PATCH] Update Catalyst requirement 16.2 Updates the requirements on [Catalyst](https://github.com/SciML/Catalyst.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) --- updated-dependencies: - dependency-name: Catalyst dependency-version: 16.2.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 d942cd8..c704962 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.2" DiffEqBase = "6.165, 7" Distributions = "0.25" LinearAlgebra = "1"