From 896ac0addb1d04a561865fc60b5f24c920b384d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 22:54:16 +0000 Subject: [PATCH 1/2] Update DiffEqBase requirement from 6 to 6, 7.7 Updates the requirements on [DiffEqBase](https://github.com/SciML/OrdinaryDiffEq.jl) to permit the latest version. - [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: DiffEqBase dependency-version: 7.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Project.toml diff --git a/Project.toml b/Project.toml old mode 100755 new mode 100644 index b1195d6..d9f4762 --- a/Project.toml +++ b/Project.toml @@ -58,7 +58,7 @@ Bijectors = "0.13 - 0.16" CommonSolve = "0.2" ComponentArrays = "0.15" CondaPkg = "0.2" -DiffEqBase = "6" +DiffEqBase = "6, 7.7" DimensionalData = "0.26 - 0.30" Distributions = "0.25" DynamicHMC = "3" From fa4d7e746dfd6944ee2ab3fe5664b70352d07439 Mon Sep 17 00:00:00 2001 From: Brian Groenke Date: Sun, 26 Jul 2026 13:23:13 +0200 Subject: [PATCH 2/2] Apply suggestion from @bgroenks96 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d9f4762..5d46418 100644 --- a/Project.toml +++ b/Project.toml @@ -58,7 +58,7 @@ Bijectors = "0.13 - 0.16" CommonSolve = "0.2" ComponentArrays = "0.15" CondaPkg = "0.2" -DiffEqBase = "6, 7.7" +DiffEqBase = "6, 7" DimensionalData = "0.26 - 0.30" Distributions = "0.25" DynamicHMC = "3"