From de47249c4978b681bf83ce58a8e68811adf97c29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 01:37:14 +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 229973c..07fa8c5 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -26,4 +26,5 @@ DecisionFocusedLearningBenchmarks = "0.6.0" Documenter = "1.17.0" JuliaFormatter = "2" Plots = "1.41.6" +StableRNGs = "1.0.4" Test = "1"