From 4f4e998226883553a5df11bf3e84a9f17df33c0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 18:30:44 +0000 Subject: [PATCH] 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 095f934..2c49b6f 100644 --- a/Project.toml +++ b/Project.toml @@ -21,6 +21,7 @@ IndexedTables = "6deec6e2-d858-57c5-ab9b-e6ca5bd20e43" [compat] IterableTables = "0.8.2, 0.9, 0.10, 0.11, 1" +Statistics = "1.11.1" julia = "1.10" QueryOperators = "1" DataValues = "0.4.4"