From 4c96282f3f2df6bf8115542151c04647fa3c4c1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 20:02:57 +0000 Subject: [PATCH] Update Optimization requirement from 3, 4 to 3, 4, 5.5 Updates the requirements on [Optimization](https://github.com/SciML/Optimization.jl) to permit the latest version. - [Release notes](https://github.com/SciML/Optimization.jl/releases) - [Changelog](https://github.com/SciML/Optimization.jl/blob/master/NEWS.md) - [Commits](https://github.com/SciML/Optimization.jl/commits/v5.5.0) --- updated-dependencies: - dependency-name: Optimization dependency-version: 5.5.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 76f1f68..edc7cbf 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ AtomsCalculators = "0.2.3" DocStringExtensions = "0.9" LineSearches = "7" Optim = "1.11.0" -Optimization = "3, 4" +Optimization = "3, 4, 5.5" PrettyTables = "2" StaticArrays = "1" TestItemRunner = "0.2, 1"