From 0f5b6e7ee90b4cb9cb57cb3541aaece0e4ca1235 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 06:21:10 +0000 Subject: [PATCH] Bump the python-dependencies group across 1 directory with 5 updates Bumps the python-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.15.5` | `4.16.0` | | [fastapi](https://github.com/fastapi/fastapi) | `0.127.0` | `0.128.0` | | [starlette](https://github.com/Kludex/starlette) | `0.50.0` | `0.51.0` | | [ase](https://gitlab.com/ase/ase) | `3.26.0` | `3.27.0` | | [jarvis-tools](https://github.com/atomgptlab/jarvis-tools) | `2025.5.30` | `2025.8.30` | Updates `pymongo` from 4.15.5 to 4.16.0 - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.15.5...4.16.0) 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 `starlette` from 0.50.0 to 0.51.0 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/starlette/compare/0.50.0...0.51.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: pymongo dependency-version: 4.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-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: starlette dependency-version: 0.51.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 | 6 +++--- 2 files changed, 5 insertions(+), 5 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..07b3b529c 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 +pymongo==4.16.0 +starlette==0.51.0