From bae7b2f7055ddb0d5d45b5755394fe8de6afb6ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 02:43:45 +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.0.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 8437b37..9f2215a 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,7 @@ ExplicitImports = "1.14.0" GeometricIntegrators = "0.15, 0.16" Reexport = "0.2, 1" SciMLBase = "2, 3" -SciMLLogging = "1" +SciMLLogging = "1, 2.0" julia = "1.10" [extras]