From 86acc3629a1bb33d83efad9bbb336eac3e684756 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 16:46:48 +0000 Subject: [PATCH] Update OptimizationNLopt requirement to 0.3.9 in /docs Updates the requirements on [OptimizationNLopt](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: OptimizationNLopt dependency-version: 0.3.9 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 9c6785c..1038a18 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -24,5 +24,6 @@ AtomsBase = "0.5.2" DFTK = "0.7" Documenter = "~1.8" EmpiricalPotentials = "0.2.5" +OptimizationNLopt = "0.3.9" PseudoPotentialData = "0.2" Unitful = "1.28.0"