From 6097f41b885ae99811a7357a2bd0afb361a52bc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 05:15:55 +0000 Subject: [PATCH] chore(deps): update OptimizationOptimJL requirement to 0.4.15 Updates the requirements on [OptimizationOptimJL](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) --- updated-dependencies: - dependency-name: OptimizationOptimJL dependency-version: 0.4.15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/XSPECModels/test/Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/XSPECModels/test/Project.toml b/lib/XSPECModels/test/Project.toml index 706ecfe9..758180a4 100644 --- a/lib/XSPECModels/test/Project.toml +++ b/lib/XSPECModels/test/Project.toml @@ -6,3 +6,6 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" SpectralFitting = "f2c56810-742e-4b72-8bf4-27af3bb81a12" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" XSPECModels = "e051c099-9e89-4e1f-aad2-39a4611ecf4d" + +[compat] +OptimizationOptimJL = "0.4.15"