From f9d82c3e7671a794daa746b9c5ff57614fe83c32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 20:52:27 +0000 Subject: [PATCH] Update NLPModels requirement from 0.20, 0.21 to 0.20, 0.21, 0.22 Updates the requirements on [NLPModels](https://github.com/JuliaSmoothOptimizers/NLPModels.jl) to permit the latest version. - [Release notes](https://github.com/JuliaSmoothOptimizers/NLPModels.jl/releases) - [Commits](https://github.com/JuliaSmoothOptimizers/NLPModels.jl/commits/v0.22.0) --- updated-dependencies: - dependency-name: NLPModels dependency-version: 0.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2e72a4e..1d85216 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ NCLMadNLPExt = ["MadNLP"] [compat] KNITRO = "1" MadNLP = "0.9" -NLPModels = "0.20, 0.21" +NLPModels = "0.20, 0.21, 0.22" NLPModelsIpopt = "0.11" NLPModelsKnitro = "0.10.5" SolverCore = "0.3"