From f95a3ebcc29ff4f0f95d4d91c6c1c5e24247561c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 17:07:37 +0000 Subject: [PATCH] Update Documenter requirement from ~1.8 to ~1.8, 1.16 in /docs Updates the requirements on [Documenter](https://github.com/JuliaDocs/Documenter.jl) to permit the latest version. - [Release notes](https://github.com/JuliaDocs/Documenter.jl/releases) - [Changelog](https://github.com/JuliaDocs/Documenter.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/JuliaDocs/Documenter.jl/compare/v1.8.0...v1.16.1) --- updated-dependencies: - dependency-name: Documenter dependency-version: 1.16.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 6ef1b49..20754a7 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -22,7 +22,7 @@ GeometryOptimization = {path = ".."} ASEconvert = "0.1.8, 0.2" AtomsBase = "0.5.2" DFTK = "0.7" -Documenter = "~1.8" +Documenter = "~1.8, 1.16" EmpiricalPotentials = "0.2.5" PseudoPotentialData = "0.2" Unitful = "1.28.0"