From 20a5ee4a8be510905afedfea8cbedeb8b0ce46c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 16:46:46 +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 41f8aeb..2248543 100644 --- a/Project.toml +++ b/Project.toml @@ -22,7 +22,7 @@ FunctionWrappers = "1.0" ODEInterface = "0.5" Reexport = "0.2, 1.0" SciMLBase = "1.73, 2, 3.1" -SciMLLogging = "1.9.1" +SciMLLogging = "1.9.1, 2.0" julia = "1.6" [extras]