From 7d7c5543e7a4bdcaf389488b1cc030de0c80b94b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 09:35:47 +0000 Subject: [PATCH] Bump the all-julia-packages group across 1 directory with 3 updates Updates the requirements on [TensorKit](https://github.com/QuantumKitHub/TensorKit.jl), [LoggingExtras](https://github.com/JuliaLogging/LoggingExtras.jl) and [OptimKit](https://github.com/Jutho/OptimKit.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) Updates `OptimKit` to 0.5.0 - [Release notes](https://github.com/Jutho/OptimKit.jl/releases) - [Commits](https://github.com/Jutho/OptimKit.jl/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: TensorKit dependency-version: 0.17.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 - dependency-name: OptimKit dependency-version: 0.5.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 372515d7..8f25420f 100644 --- a/Project.toml +++ b/Project.toml @@ -28,15 +28,15 @@ 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" +OptimKit = "0.4.0, 0.5" 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"