From ddd9c6769b62cf225940cac9bf33569ad3bf4ea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 11:05:54 +0000 Subject: [PATCH] Update StatsBase requirement to 0.34.12 Updates the requirements on [StatsBase](https://github.com/JuliaStats/StatsBase.jl) to permit the latest version. - [Release notes](https://github.com/JuliaStats/StatsBase.jl/releases) - [Commits](https://github.com/JuliaStats/StatsBase.jl/compare/0.2.3...v0.34.12) --- updated-dependencies: - dependency-name: StatsBase dependency-version: 0.34.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Project.toml b/test/Project.toml index 293a740..cd13030 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -13,3 +13,6 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[compat] +StatsBase = "0.34.12"