From 9be27163577fa02b4874b45535d5ea36fd713ca0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:23:32 +0000 Subject: [PATCH] Bump the all-julia-packages group across 1 directory with 5 updates Updates the requirements on [CXSparse](https://github.com/JuliaSparse/CXSparse.jl), [AMD](https://github.com/JuliaSmoothOptimizers/AMD.jl), [SparseColumnPivotedQR](https://github.com/SciML/SparseColumnPivotedQR.jl), [BenchmarkTools](https://github.com/JuliaCI/BenchmarkTools.jl) and [SparseMatricesCSR](https://github.com/gridap/SparseMatricesCSR.jl) to permit the latest version. Updates `CXSparse` to 0.1.0 - [Commits](https://github.com/JuliaSparse/CXSparse.jl/commits) Updates `AMD` to 0.5.3 - [Release notes](https://github.com/JuliaSmoothOptimizers/AMD.jl/releases) - [Commits](https://github.com/JuliaSmoothOptimizers/AMD.jl/compare/v0.0.2...v0.5.3) Updates `SparseColumnPivotedQR` to 2.1.1 - [Commits](https://github.com/SciML/SparseColumnPivotedQR.jl/commits) Updates `BenchmarkTools` to 1.8.0 - [Release notes](https://github.com/JuliaCI/BenchmarkTools.jl/releases) - [Commits](https://github.com/JuliaCI/BenchmarkTools.jl/compare/v0.0.1...v1.8.0) Updates `SparseMatricesCSR` to 0.6.12 - [Release notes](https://github.com/gridap/SparseMatricesCSR.jl/releases) - [Changelog](https://github.com/gridap/SparseMatricesCSR.jl/blob/master/NEWS.md) - [Commits](https://github.com/gridap/SparseMatricesCSR.jl/compare/v0.1.0...v0.6.12) --- updated-dependencies: - dependency-name: CXSparse dependency-version: 0.1.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: AMD dependency-version: 0.5.3 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: SparseColumnPivotedQR dependency-version: 2.1.1 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: BenchmarkTools dependency-version: 1.8.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: SparseMatricesCSR dependency-version: 0.6.12 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- bench/Project.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bench/Project.toml b/bench/Project.toml index 97af198..2b74fdb 100644 --- a/bench/Project.toml +++ b/bench/Project.toml @@ -4,3 +4,10 @@ BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" CXSparse = "27bc1049-af5b-4e6d-9573-9751c3395f6e" SparseColumnPivotedQR = "a57abbd0-fea5-4d57-96be-5e525945e8e4" SparseMatricesCSR = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1" + +[compat] +AMD = "0.5.3" +BenchmarkTools = "1.8.0" +CXSparse = "0.1.0" +SparseColumnPivotedQR = "2.1.1" +SparseMatricesCSR = "0.6.12"