From 69d778a2e5b94c012388200f192470cbff751db5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 11:52:29 +0000 Subject: [PATCH 1/2] Update Statistics requirement to 1.11.1 Updates the requirements on [Statistics](https://github.com/JuliaStats/Statistics.jl) to permit the latest version. - [Release notes](https://github.com/JuliaStats/Statistics.jl/releases) - [Commits](https://github.com/JuliaStats/Statistics.jl/compare/v1.4.0...v1.11.1) --- updated-dependencies: - dependency-name: Statistics dependency-version: 1.11.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 98644e79b..d20cceab9 100644 --- a/Project.toml +++ b/Project.toml @@ -75,5 +75,6 @@ RandomNumbers = "1.5" SparseMatricesCSR = "0.6.9" SpecialFunctions = "2" StaticArraysCore = "1" +Statistics = "1.11.1" UnsafeAtomics = "0.3" julia = "1.10" From e35bc919d7a6db97067f1319d38e2451887fbb2a Mon Sep 17 00:00:00 2001 From: Valentin Churavy Date: Sat, 4 Jul 2026 13:58:26 +0200 Subject: [PATCH 2/2] Apply suggestion from @vchuravy --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d20cceab9..24f51f071 100644 --- a/Project.toml +++ b/Project.toml @@ -75,6 +75,6 @@ RandomNumbers = "1.5" SparseMatricesCSR = "0.6.9" SpecialFunctions = "2" StaticArraysCore = "1" -Statistics = "1.11.1" +Statistics = "1" UnsafeAtomics = "0.3" julia = "1.10"