From 941e1d86b004e729e6660542e0b27abdba5ba995 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 05:10:05 +0000 Subject: [PATCH] Bump the python-dependencies group across 1 directory with 3 updates Bumps the python-dependencies group with 3 updates in the / directory: [fastapi](https://github.com/fastapi/fastapi), [ase](https://gitlab.com/ase/ase) and [jarvis-tools](https://github.com/atomgptlab/jarvis-tools). Updates `fastapi` from 0.127.0 to 0.128.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.127.0...0.128.0) Updates `ase` from 3.26.0 to 3.27.0 - [Changelog](https://gitlab.com/ase/ase/blob/master/CHANGELOG.rst) - [Commits](https://gitlab.com/ase/ase/compare/3.26.0...3.27.0) Updates `jarvis-tools` from 2025.5.30 to 2025.8.30 - [Release notes](https://github.com/atomgptlab/jarvis-tools/releases) - [Commits](https://github.com/atomgptlab/jarvis-tools/commits/v2025.8.30) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.128.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ase dependency-version: 3.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: jarvis-tools dependency-version: 2025.8.30 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements-client.txt | 4 ++-- requirements-server.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-client.txt b/requirements-client.txt index 20e7aee15..5dbf67521 100644 --- a/requirements-client.txt +++ b/requirements-client.txt @@ -1,5 +1,5 @@ aiida-core==2.7.2 -ase==3.26.0 -jarvis-tools==2025.5.30; python_version < '3.13' +ase==3.27.0 +jarvis-tools==2025.8.30; python_version < '3.13' numpy>=1.20 pymatgen==2025.10.7; python_version < '3.13' diff --git a/requirements-server.txt b/requirements-server.txt index e336d44e7..308d7ba42 100644 --- a/requirements-server.txt +++ b/requirements-server.txt @@ -1,6 +1,6 @@ elasticsearch==7.17.12 elasticsearch-dsl==7.4.1 -fastapi==0.127.0 +fastapi==0.128.0 mongomock==4.3.0 pymongo==4.15.5 starlette==0.50.0