From 2f8b469023f7999825073d0f7265cd8c372173a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 03:15:10 +0000 Subject: [PATCH] Update OptimizationNLopt requirement to 0.3.12 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.12 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..19d4976 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.12" PseudoPotentialData = "0.2" Unitful = "1.28.0" UnitfulAtomic = "1.0.0"