From f238836f7292eb87c9c07ed3a7012c90340ef074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 03:16:50 +0000 Subject: [PATCH] Update UnitfulAtomic requirement to 1.0.0 in /docs Updates the requirements on [UnitfulAtomic](https://github.com/sostock/UnitfulAtomic.jl) to permit the latest version. - [Release notes](https://github.com/sostock/UnitfulAtomic.jl/releases) - [Changelog](https://github.com/sostock/UnitfulAtomic.jl/blob/master/NEWS.md) - [Commits](https://github.com/sostock/UnitfulAtomic.jl/compare/v0.1.0...v1.0.0) --- updated-dependencies: - dependency-name: UnitfulAtomic dependency-version: 1.0.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 20754a7..b066e5d 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -26,3 +26,4 @@ Documenter = "~1.8, 1.16" EmpiricalPotentials = "0.2.5" PseudoPotentialData = "0.2" Unitful = "1.28.0" +UnitfulAtomic = "1.0.0"