From d2684f18f12bde33bc202d0eef55fcd3a7fb9f82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 13:39:15 +0000 Subject: [PATCH] Update Statistics requirement from <0.0.1, 1 to <0.0.1, 1, 1.11 --- updated-dependencies: - dependency-name: Statistics dependency-version: 1.11.1 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d92cf6c5..8d44b733 100644 --- a/Project.toml +++ b/Project.toml @@ -38,7 +38,7 @@ Random = "<0.0.1, 1" RecursiveArrayTools = "3.2" SafeTestsets = "0.1" StableRNGs = "1" -Statistics = "<0.0.1, 1" +Statistics = "<0.0.1, 1, 1.11" StatsBase = "0.33.7, 0.34" Test = "<0.0.1, 1" ThreadsX = "0.1.11"