From ab9cb5fb91996ba33d1a603a66b4f5c19fdb2b7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 11:34:07 +0000 Subject: [PATCH] Bump the all-julia-packages group across 1 directory with 2 updates Updates the requirements on [Optim](https://github.com/JuliaNLSolvers/Optim.jl) and [Roots](https://github.com/JuliaMath/Roots.jl) to permit the latest version. Updates `Optim` to 2.0.1 - [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.1) Updates `Roots` to 3.0.0 - [Release notes](https://github.com/JuliaMath/Roots.jl/releases) - [Changelog](https://github.com/JuliaMath/Roots.jl/blob/master/NEWS.md) - [Commits](https://github.com/JuliaMath/Roots.jl/compare/v2.2.0...v3.0.0) --- updated-dependencies: - dependency-name: Optim dependency-version: 2.0.1 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Roots dependency-version: 3.0.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 274d42b..8cc4e5b 100644 --- a/Project.toml +++ b/Project.toml @@ -25,11 +25,11 @@ WignerSymbols = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b" Interpolations = "0.16" Literate = "2.20" OffsetArrays = "1.17" -Optim = "1.12" +Optim = "1.12, 2.0" PartialWaveFunctions = "0.2" QuadGK = "2.11" Reexport = "1.2" -Roots = "2.2" +Roots = "2.2, 3.0" SpecialFunctions = "2.5" StaticArrays = "1.9" WignerSymbols = "2.0"