From d6d4741fa97c689842b4dbd52f308e0de3e547e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 16:46:55 +0000 Subject: [PATCH] Update ASEconvert requirement from 0.1.8 to 0.1.8, 0.2 in /docs Updates the requirements on [ASEconvert](https://github.com/mfherbst/ASEconvert.jl) to permit the latest version. - [Release notes](https://github.com/mfherbst/ASEconvert.jl/releases) - [Commits](https://github.com/mfherbst/ASEconvert.jl/compare/v0.1.8...v0.2.0) --- updated-dependencies: - dependency-name: ASEconvert dependency-version: 0.2.0 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 9c6785c..6ef1b49 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -19,7 +19,7 @@ UnitfulAtomic = "a7773ee8-282e-5fa2-be4e-bd808c38a91a" GeometryOptimization = {path = ".."} [compat] -ASEconvert = "0.1.8" +ASEconvert = "0.1.8, 0.2" AtomsBase = "0.5.2" DFTK = "0.7" Documenter = "~1.8"