From 26614a57140197d215d9d9d7ccca920e49fc6e51 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 17:27:49 +0200 Subject: [PATCH] CompatHelper: bump compat for DiffEqCallbacks to 4 for package core, (keep existing compat) (#1848) This pull request changes the compat entry for the `DiffEqCallbacks` package from `3.6` to `3.6, 4` for package core. This keeps the compat entries for earlier versions. Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request. Co-authored-by: CompatHelper Julia --- core/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Project.toml b/core/Project.toml index 76be2b5cd..6162a697f 100644 --- a/core/Project.toml +++ b/core/Project.toml @@ -68,7 +68,7 @@ DataInterpolations = "6" DataStructures = "0.18" Dates = "<0.0.1, 1" DiffEqBase = "6.155" -DiffEqCallbacks = "3.6" +DiffEqCallbacks = "3.6, 4" EnumX = "1.0" FiniteDiff = "2.21" Graphs = "1.9"