From 1c9abb946f29ea693a7e29cff564d70fe6956305 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 10:24:40 +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.9.1...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 7648cfec..c07b5efe 100644 --- a/Project.toml +++ b/Project.toml @@ -46,7 +46,7 @@ PrecompileTools = "1" Reexport = "1.0" SafeTestsets = "0.1" SciMLBase = "2.119.0, 3" -SciMLLogging = "1.9.1" +SciMLLogging = "1.9.1, 2.0" SparseArrays = "1" SparseConnectivityTracer = "1" Sundials_jll = "7.4.1"