From f60c35bf3babb1cf0658ec5dfab246e291288438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 18:57:54 +0000 Subject: [PATCH] Update SciMLLogging requirement 2.0 Updates the requirements on [SciMLLogging](https://github.com/SciML/SciMLLogging.jl) to permit the latest version. Updates `SciMLLogging` to 2.0.0 - [Release notes](https://github.com/SciML/SciMLLogging.jl/releases) - [Changelog](https://github.com/SciML/SciMLLogging.jl/blob/main/CHANGELOG.md) - [Commits](https://github.com/SciML/SciMLLogging.jl/compare/v1.7.0...v2.0.0) --- updated-dependencies: - dependency-name: SciMLLogging dependency-version: 2.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 cfe408eb..4879e871 100644 --- a/Project.toml +++ b/Project.toml @@ -71,7 +71,7 @@ Random = "1.10" Reexport = "1.2" SafeTestsets = "0.1" SciMLBase = "2.104, 3.0" -SciMLLogging = "1.7.0" +SciMLLogging = "1.7.0, 2.0" StaticArrays = "1" Test = "1.10" Zygote = "0.6.69, 0.7"