From 99c6f0b98de3aca64e0d58e1c9138173ab34abd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 20:03:40 +0000 Subject: [PATCH] Update AtomsIO requirement to 0.3.0 in /docs Updates the requirements on [AtomsIO](https://github.com/mfherbst/AtomsIO.jl) to permit the latest version. - [Release notes](https://github.com/mfherbst/AtomsIO.jl/releases) - [Commits](https://github.com/mfherbst/AtomsIO.jl/commits) --- updated-dependencies: - dependency-name: AtomsIO dependency-version: 0.3.0 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 c3aa404..c4a61ee 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -16,6 +16,7 @@ UnitfulAtomic = "a7773ee8-282e-5fa2-be4e-bd808c38a91a" [compat] ASEconvert = "0.1.8" +AtomsIO = "0.3.0" DFTK = "0.7" Documenter = "~1.8" PseudoPotentialData = "0.2"