From 393bfcc4b575f200f450adfd59c93bea2d6eff71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 19:06:12 +0000 Subject: [PATCH] Update Statistics requirement to 1.11.1 in /test 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] --- test/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Project.toml b/test/Project.toml index 4655228..e250d4d 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -19,5 +19,6 @@ DecisionFocusedLearningAlgorithms = "0.2.3" DecisionFocusedLearningBenchmarks = "0.6.1" Documenter = "1" MLUtils = "0.4" +Statistics = "1.11.1" Test = "1" ValueHistories = "0.5"