From c678e65264d57bffc6c84cfca4237764516d6e94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 22:03:05 +0000 Subject: [PATCH] Bump the all-julia-packages group across 1 directory with 6 updates Updates the requirements on [MatrixFactorizations](https://github.com/JuliaLinearAlgebra/MatrixFactorizations.jl), [ArrayLayouts](https://github.com/JuliaLinearAlgebra/ArrayLayouts.jl), [Aqua](https://github.com/JuliaTesting/Aqua.jl), [BenchmarkTools](https://github.com/JuliaCI/BenchmarkTools.jl), [AllocCheck](https://github.com/JuliaLang/AllocCheck.jl) and [SafeTestsets](https://github.com/YingboMa/SafeTestsets.jl) to permit the latest version. Updates `MatrixFactorizations` to 3.1.3 - [Release notes](https://github.com/JuliaLinearAlgebra/MatrixFactorizations.jl/releases) - [Commits](https://github.com/JuliaLinearAlgebra/MatrixFactorizations.jl/compare/v0.0.1...v3.1.3) Updates `ArrayLayouts` to 1.12.2 - [Release notes](https://github.com/JuliaLinearAlgebra/ArrayLayouts.jl/releases) - [Commits](https://github.com/JuliaLinearAlgebra/ArrayLayouts.jl/compare/v0.1.0...v1.12.2) Updates `Aqua` to 0.8.14 - [Release notes](https://github.com/JuliaTesting/Aqua.jl/releases) - [Changelog](https://github.com/JuliaTesting/Aqua.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/JuliaTesting/Aqua.jl/compare/v0.1.0...v0.8.14) Updates `BenchmarkTools` to 1.6.3 - [Release notes](https://github.com/JuliaCI/BenchmarkTools.jl/releases) - [Commits](https://github.com/JuliaCI/BenchmarkTools.jl/compare/v0.0.1...v1.6.3) Updates `AllocCheck` to 0.2.3 - [Release notes](https://github.com/JuliaLang/AllocCheck.jl/releases) - [Commits](https://github.com/JuliaLang/AllocCheck.jl/compare/v0.1.0...v0.2.3) Updates `SafeTestsets` to 0.1.0 - [Release notes](https://github.com/YingboMa/SafeTestsets.jl/releases) - [Commits](https://github.com/YingboMa/SafeTestsets.jl/compare/v0.0.1...v0.1.0) --- updated-dependencies: - dependency-name: MatrixFactorizations dependency-version: 3.1.3 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: ArrayLayouts dependency-version: 1.12.2 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Aqua dependency-version: 0.8.14 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: BenchmarkTools dependency-version: 1.6.3 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: AllocCheck dependency-version: 0.2.3 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: SafeTestsets dependency-version: 0.1.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- test/Project.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/Project.toml b/test/Project.toml index 0c703ae..3bda720 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -9,3 +9,11 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[compat] +AllocCheck = "0.2.3" +Aqua = "0.8.14" +ArrayLayouts = "1.12.2" +BenchmarkTools = "1.6.3" +MatrixFactorizations = "3.1.3" +SafeTestsets = "0.1.0"