From 402ebae757a1e8b7d75aaf9d602c2e710540ac0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 08:28:43 +0000 Subject: [PATCH] Update Optim requirement from 1.12.0 to 1.12.0, 2.0 in /test Updates the requirements on [Optim](https://github.com/JuliaNLSolvers/Optim.jl) to permit the latest version. - [Release notes](https://github.com/JuliaNLSolvers/Optim.jl/releases) - [Changelog](https://github.com/JuliaNLSolvers/Optim.jl/blob/master/NEWS.md) - [Commits](https://github.com/JuliaNLSolvers/Optim.jl/compare/v1.12.0...v2.0.0) --- updated-dependencies: - dependency-name: Optim dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 41019f9..f8eb4a3 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -41,7 +41,7 @@ JET = "0.9, 0.10, 0.11" KrylovKit = "0.10.2" LinearAlgebra = "1" NLsolve = "4.5.1" -Optim = "1.12.0" +Optim = "1.12.0, 2.0" Random = "1" SparseArrays = "1" StaticArrays = "1.9.13"