From 2cd3cd0e78326075f7456ef6cb581a2ba5364f29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 07:27:40 +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 7408867..88fa759 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -28,6 +28,7 @@ DFTK = "0.7" Documenter = "~1.8, 1.16" EmpiricalPotentials = "0.2.5" GeometryOptimization = "0.1.5" +OptimizationNLopt = "0.3.9" PseudoPotentialData = "0.2" Unitful = "1.28.0" UnitfulAtomic = "1.0.0"