From 6e0e7355f166c84f15a2cc3f0f82905de84fb9ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 19:13:03 +0000 Subject: [PATCH] Bump the all-julia-packages group across 1 directory with 2 updates Updates the requirements on [TensorKitManifolds](https://github.com/QuantumKitHub/TensorKitManifolds.jl) and [LoggingExtras](https://github.com/JuliaLogging/LoggingExtras.jl) to permit the latest version. Updates `TensorKitManifolds` to 0.8.0 - [Release notes](https://github.com/QuantumKitHub/TensorKitManifolds.jl/releases) - [Commits](https://github.com/QuantumKitHub/TensorKitManifolds.jl/compare/v0.7.0...v0.8.0) Updates `LoggingExtras` to 1.2.0 - [Release notes](https://github.com/JuliaLogging/LoggingExtras.jl/releases) - [Commits](https://github.com/JuliaLogging/LoggingExtras.jl/compare/v1.0.0...v1.2.0) --- updated-dependencies: - dependency-name: TensorKitManifolds dependency-version: 0.8.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: LoggingExtras dependency-version: 1.2.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f4fe33394..2954f95dd 100644 --- a/Project.toml +++ b/Project.toml @@ -41,7 +41,7 @@ DocStringExtensions = "0.9.3" HalfIntegers = "1.6.0" KrylovKit = "0.8.3, 0.9.2, 0.10" LinearAlgebra = "1.6" -LoggingExtras = "~1.0" +LoggingExtras = "~1.0, 1.2" MatrixAlgebraKit = "0.6.5" OhMyThreads = "0.7, 0.8" OptimKit = "0.3.1, 0.4" @@ -52,7 +52,7 @@ Printf = "1" Random = "1" RecipesBase = "1.1" TensorKit = "0.16.3" -TensorKitManifolds = "0.7" +TensorKitManifolds = "0.7, 0.8" TensorKitTensors = "0.2" TensorOperations = "5.5.1" Test = "1"