From 1e839ab6db755ffeff788373745ab68ecec3bfa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 17:59:17 +0000 Subject: [PATCH] Bump the all-julia-packages group across 1 directory with 5 updates Updates the requirements on [CUDA](https://github.com/JuliaGPU/CUDA.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 `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 `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.41 - [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.41) 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.195 - [Release notes](https://github.com/EnzymeAD/Enzyme.jl/releases) - [Commits](https://github.com/EnzymeAD/Enzyme.jl/compare/v0.13.148...v0.13.195) --- updated-dependencies: - dependency-name: AMDGPU dependency-version: 2.7.0 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: CUDA dependency-version: 6.2.1 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Enzyme dependency-version: 0.13.195 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Mooncake dependency-version: 0.5.41 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- test/Project.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/Project.toml b/test/Project.toml index a518221a..355427d3 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -24,9 +24,14 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" MatrixAlgebraKit = {path = ".."} [compat] +AMDGPU = "2.7.0" Aqua = "0.6, 0.7, 0.8" +CUDA = "6.2.1" +ChainRulesCore = "1.26.1" ChainRulesTestUtils = "1" +Enzyme = "0.13.195" EnzymeTestUtils = "0.2.5" +Mooncake = "0.5.41" ParallelTestRunner = "2" Random = "1" StableRNGs = "1"