From 668f8a101e340cf40e822e391acd509fffc7652f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 03:24:15 +0000 Subject: [PATCH] Bump Distributions in /test Updates the requirements on [Distributions](https://github.com/JuliaStats/Distributions.jl) to permit the latest version. Updates `Distributions` to 0.25.129 - [Release notes](https://github.com/JuliaStats/Distributions.jl/releases) - [Commits](https://github.com/JuliaStats/Distributions.jl/compare/0.2.2...v0.25.129) --- updated-dependencies: - dependency-name: Distributions dependency-version: 0.25.129 dependency-type: direct:production dependency-group: julia ... 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 e30e2ba..65c3d1b 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -18,4 +18,5 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" UnitfulAstro = "6112ee07-acf9-5e0f-b108-d242c714bf9f" [compat] +Distributions = "0.25.129" StableRNGs = "1"