From 8cae658d7d3a9baddaee95996e35e95ef2437fa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 11:02:28 +0000 Subject: [PATCH] Update Optim requirement to 2.0.1 in /docs 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/v0.2.0...v2.0.1) --- updated-dependencies: - dependency-name: Optim dependency-version: 2.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Project.toml b/docs/Project.toml index 841750d..d8c359a 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -24,4 +24,5 @@ ForwardDiff = "1.3.1" ImplicitDifferentiation = "0.9.1" Literate = "2.21.0" NLsolve = "4.5.1" +Optim = "2.0.1" Zygote = "0.7.10"