From c19a42779bf337b326d7e9de196d8ba3e21b3a27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:50:00 +0000 Subject: [PATCH] deps(deps): update ase requirement from >=3.22.0 to >=3.26.0 in /dev Updates the requirements on [ase](https://gitlab.com/ase/ase) to permit the latest version. - [Changelog](https://gitlab.com/ase/ase/blob/master/CHANGELOG.rst) - [Commits](https://gitlab.com/ase/ase/compare/3.22.0...3.26.0) --- updated-dependencies: - dependency-name: ase dependency-version: 3.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/pyproject.toml b/dev/pyproject.toml index 7924b0b..f72f263 100644 --- a/dev/pyproject.toml +++ b/dev/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "openai-agents>=0.13.6,<0.14", "pymatgen>=2024.1.0", - "ase>=3.22.0", + "ase>=3.26.0", "numpy>=1.24.0,<3.0.0", "pandas>=2.0.0", "typing-extensions>=4.5.0",