From 9fed38800314b6f2464fdabc57c04c6b81206ac4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 21:54:28 +0000 Subject: [PATCH] Update Statistics requirement from 1.11.5 to 1.11.5, 1.10 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/commits) --- updated-dependencies: - dependency-name: Statistics dependency-version: dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 30d34de..7eb981b 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ IndexedTables = "6deec6e2-d858-57c5-ab9b-e6ca5bd20e43" [compat] IterableTables = "0.8.2, 0.9, 0.10, 0.11, 1" -Statistics = "1.11.5" +Statistics = "1.11.5, 1.10" julia = "1.10" QueryOperators = "1" DataValues = "0.4.4, 0.5, 1"