From 2638de6e36603c586bb793100c430970ac466ee2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 21:58:42 +0000 Subject: [PATCH] Bump the all-julia-packages group across 1 directory with 2 updates Updates the requirements on [TimerOutputs](https://github.com/KristofferC/TimerOutputs.jl) and [TensorKitTensors](https://github.com/QuantumKitHub/TensorKitTensors.jl) to permit the latest version. Updates `TimerOutputs` to 1.1.1 - [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.29...v1.1.1) Updates `TensorKitTensors` to 0.3.0 - [Release notes](https://github.com/QuantumKitHub/TensorKitTensors.jl/releases) - [Commits](https://github.com/QuantumKitHub/TensorKitTensors.jl/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: TensorKitTensors dependency-version: 0.3.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: TimerOutputs dependency-version: 1.1.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- test/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 1e8717e06..b466587f1 100644 --- a/Project.toml +++ b/Project.toml @@ -54,6 +54,6 @@ RecipesBase = "1.1" TensorKit = "0.17.1" TensorKitManifolds = "0.7, 0.8" TensorOperations = "5.6.2" -TimerOutputs = "0.5.29" +TimerOutputs = "0.5.29, 1.1" VectorInterface = "0.2, 0.3, 0.4, 0.5, 0.6" julia = "1.10" diff --git a/test/Project.toml b/test/Project.toml index ea2afba0a..5597b8c84 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -32,7 +32,7 @@ Combinatorics = "1" ParallelTestRunner = "2" Plots = "1.40" Pkg = "1" -TensorKitTensors = "0.2" +TensorKitTensors = "0.2, 0.3" Test = "1" TestExtras = "0.3" cuTENSOR = "6"