From b5cced6f29596bd81cf1d81766397434a935a0ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 03:13:49 +0000 Subject: [PATCH] Update TimerOutputs requirement from 0.5.12 to 0.5.12, 1.1 Updates the requirements on [TimerOutputs](https://github.com/KristofferC/TimerOutputs.jl) to permit the latest version. - [Release notes](https://github.com/KristofferC/TimerOutputs.jl/releases) - [Changelog](https://github.com/KristofferC/TimerOutputs.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/KristofferC/TimerOutputs.jl/compare/v0.5.12...v1.1.0) --- updated-dependencies: - dependency-name: TimerOutputs dependency-version: 1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 743f6d1..30bfc47 100644 --- a/Project.toml +++ b/Project.toml @@ -34,7 +34,7 @@ Optimization = "3, 4" PrettyTables = "3" StaticArrays = "1" TestItemRunner = "0.2, 1" -TimerOutputs = "0.5.12" +TimerOutputs = "0.5.12, 1.1" Unitful = "1" UnitfulAtomic = "1" julia = "1.10"