From 0d9fd294152d97231f0fef7eafd75cf898ff9f28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 00:56:06 +0000 Subject: [PATCH] Update Random requirement to 1.10 Updates the requirements on Random to permit the latest version. --- updated-dependencies: - dependency-name: Random dependency-version: 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 42ea84c..8bf00e9 100644 --- a/Project.toml +++ b/Project.toml @@ -23,6 +23,7 @@ Flux = "0.16" MadNLP = "0.10" MadNLPGPU = "0.10" NLPModels = "0.21" +Random = "1.10" Zygote = "0.7" julia = "1.10, 1.11, 1.12"