From eb0d2ec23573558b00b531d86ec85635a5596536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 13:49:07 +0000 Subject: [PATCH] Update StableRNGs requirement to 1.0.4 in /test Updates the requirements on [StableRNGs](https://github.com/JuliaRandom/StableRNGs.jl) to permit the latest version. - [Release notes](https://github.com/JuliaRandom/StableRNGs.jl/releases) - [Commits](https://github.com/JuliaRandom/StableRNGs.jl/compare/v0.1.0...v1.0.4) --- updated-dependencies: - dependency-name: StableRNGs dependency-version: 1.0.4 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 03961a6..1b9432d 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -16,4 +16,5 @@ TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53" [compat] Pipe = "1.3.0" +StableRNGs = "1.0.4" TimeZones = "1.22.2"