From 65bad8e6b551bf0d97e8df99e679cb8ec803ee60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 09:36:14 +0000 Subject: [PATCH] Bump the all-julia-packages group across 1 directory with 2 updates Updates the requirements on [TensorKit](https://github.com/QuantumKitHub/TensorKit.jl) and [LoggingExtras](https://github.com/JuliaLogging/LoggingExtras.jl) to permit the latest version. Updates `TensorKit` to 0.17.0 - [Release notes](https://github.com/QuantumKitHub/TensorKit.jl/releases) - [Commits](https://github.com/QuantumKitHub/TensorKit.jl/compare/v0.16.2...v0.17.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: LoggingExtras dependency-version: 1.2.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: TensorKit dependency-version: 0.17.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 372515d7..943ae80c 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,7 @@ Combinatorics = "1.1.0" DocStringExtensions = "0.9.4" FastGaussQuadrature = "1.1.0" KrylovKit = "0.10" -LoggingExtras = "~1.0" +LoggingExtras = "~1.0, 1.2" MatrixAlgebraKit = "0.6.1" NonlinearSolve = "4.12.0" OptimKit = "0.4.0" @@ -36,7 +36,7 @@ QuadGK = "2.11.2" Roots = "3.0.0" SpecialFunctions = "2.6.1" StableRNGs = "1.0.4" -TensorKit = "0.16.2" +TensorKit = "0.16.2, 0.17" TensorKitSectors = "0.3.7" TensorKitTensors = "0.2.5" Zygote = "0.7.7"