From 66666ddf4915e190534b90b9507aaf62689804ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 02:06:40 +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 07c83db..788601b 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, 7" Distributions = "0.25" LinearAlgebra = "1"