From 81fd7f25eef677faa75735ab4bea8965ac1dd92d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 23:49:49 +0000 Subject: [PATCH] Bump the all-julia-packages group with 11 updates Updates the requirements on [TupleTools](https://github.com/Jutho/TupleTools.jl), [TensorKitSectors](https://github.com/QuantumKitHub/TensorKitSectors.jl), [TensorOperations](https://github.com/QuantumKitHub/TensorOperations.jl), [Adapt](https://github.com/JuliaGPU/Adapt.jl), [CUDA](https://github.com/JuliaGPU/CUDA.jl), [FiniteDifferences](https://github.com/JuliaDiff/FiniteDifferences.jl), [GPUArrays](https://github.com/JuliaGPU/GPUArrays.jl), [ChainRulesCore](https://github.com/JuliaDiff/ChainRulesCore.jl), [Mooncake](https://github.com/chalk-lab/Mooncake.jl), [AMDGPU](https://github.com/JuliaGPU/AMDGPU.jl) and [Enzyme](https://github.com/EnzymeAD/Enzyme.jl) to permit the latest version. Updates `TupleTools` to 1.6.0 - [Release notes](https://github.com/Jutho/TupleTools.jl/releases) - [Commits](https://github.com/Jutho/TupleTools.jl/compare/v1.5.0...v1.6.0) Updates `TensorKitSectors` to 0.3.9 - [Release notes](https://github.com/QuantumKitHub/TensorKitSectors.jl/releases) - [Commits](https://github.com/QuantumKitHub/TensorKitSectors.jl/compare/v0.3.7...v0.3.9) Updates `TensorOperations` to 5.6.2 - [Release notes](https://github.com/QuantumKitHub/TensorOperations.jl/releases) - [Commits](https://github.com/QuantumKitHub/TensorOperations.jl/compare/v5.6.0...v5.6.2) Updates `Adapt` to 4.7.0 - [Release notes](https://github.com/JuliaGPU/Adapt.jl/releases) - [Commits](https://github.com/JuliaGPU/Adapt.jl/compare/v4.0.0...v4.7.0) Updates `CUDA` to 6.2.1 - [Release notes](https://github.com/JuliaGPU/CUDA.jl/releases) - [Commits](https://github.com/JuliaGPU/CUDA.jl/compare/v6.0.0...v6.2.1) Updates `FiniteDifferences` to 0.12.34 - [Release notes](https://github.com/JuliaDiff/FiniteDifferences.jl/releases) - [Commits](https://github.com/JuliaDiff/FiniteDifferences.jl/compare/v0.12.0...v0.12.34) Updates `GPUArrays` to 11.5.8 - [Release notes](https://github.com/JuliaGPU/GPUArrays.jl/releases) - [Commits](https://github.com/JuliaGPU/GPUArrays.jl/compare/v11.4.1...v11.5.8) Updates `ChainRulesCore` to 1.26.1 - [Release notes](https://github.com/JuliaDiff/ChainRulesCore.jl/releases) - [Commits](https://github.com/JuliaDiff/ChainRulesCore.jl/compare/v1.0.0...v1.26.1) Updates `Mooncake` to 0.5.40 - [Release notes](https://github.com/chalk-lab/Mooncake.jl/releases) - [Changelog](https://github.com/chalk-lab/Mooncake.jl/blob/main/HISTORY.md) - [Commits](https://github.com/chalk-lab/Mooncake.jl/compare/v0.5.27...v0.5.40) Updates `AMDGPU` to 2.7.0 - [Release notes](https://github.com/JuliaGPU/AMDGPU.jl/releases) - [Commits](https://github.com/JuliaGPU/AMDGPU.jl/compare/v2.0.0...v2.7.0) Updates `Enzyme` to 0.13.190 - [Release notes](https://github.com/EnzymeAD/Enzyme.jl/releases) - [Commits](https://github.com/EnzymeAD/Enzyme.jl/compare/v0.13.157...v0.13.190) --- updated-dependencies: - dependency-name: TupleTools dependency-version: 1.6.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: TensorKitSectors dependency-version: 0.3.9 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: TensorOperations dependency-version: 5.6.2 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Adapt dependency-version: 4.7.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: CUDA dependency-version: 6.2.1 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: FiniteDifferences dependency-version: 0.12.34 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: GPUArrays dependency-version: 11.5.8 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: ChainRulesCore dependency-version: 1.26.1 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Mooncake dependency-version: 0.5.40 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: AMDGPU dependency-version: 2.7.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Enzyme dependency-version: 0.13.190 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- test/Project.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/test/Project.toml b/test/Project.toml index d8acf9e80..05e823bc8 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -33,10 +33,21 @@ cuTENSOR = "011b41b2-24ef-40a8-b3eb-fa098493e9e1" TensorKit = {path = ".."} [compat] +AMDGPU = "2.7.0" +Adapt = "4.7.0" Aqua = "0.6, 0.7, 0.8" AllocCheck = "0.2" +CUDA = "6.2.1" +ChainRulesCore = "1.26.1" ChainRulesTestUtils = "1" Combinatorics = "1" +Enzyme = "0.13.190" +FiniteDifferences = "0.12.34" +GPUArrays = "11.5.8" +Mooncake = "0.5.40" +TensorKitSectors = "0.3.9" +TensorOperations = "5.6.2" +TupleTools = "1.6.0" cuTENSOR = "6" JET = "0.9, 0.10, 0.11" ParallelTestRunner = "2"