From 3d3edbf28dedd8bbe2c6ccff41c12a183f1a535c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 06:07:59 +0000 Subject: [PATCH] Bump the python-dependencies group across 1 directory with 9 updates Bumps the python-dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [elasticsearch](https://github.com/elastic/elasticsearch-py) | `7.17.12` | `7.17.13` | | [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.52.1` | | [aiida-core](https://github.com/aiidateam/aiida-core) | `2.7.2` | `2.7.3` | | [rich](https://github.com/Textualize/rich) | `14.2.0` | `14.3.1` | | [ase](https://gitlab.com/ase/ase) | `3.26.0` | `3.27.0` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `1.0.0` | `1.0.2` | | [jarvis-tools](https://github.com/atomgptlab/jarvis-tools) | `2025.5.30` | `2025.8.30` | Updates `elasticsearch` from 7.17.12 to 7.17.13 - [Release notes](https://github.com/elastic/elasticsearch-py/releases) - [Commits](https://github.com/elastic/elasticsearch-py/commits) 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.52.1 - [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.52.1) Updates `aiida-core` from 2.7.2 to 2.7.3 - [Release notes](https://github.com/aiidateam/aiida-core/releases) - [Changelog](https://github.com/aiidateam/aiida-core/blob/v2.7.3/CHANGELOG.md) - [Commits](https://github.com/aiidateam/aiida-core/compare/v2.7.2...v2.7.3) Updates `rich` from 14.2.0 to 14.3.1 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v14.2.0...v14.3.1) 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 `mkdocstrings[python]` from 1.0.0 to 1.0.2 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/1.0.0...1.0.2) 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: elasticsearch dependency-version: 7.17.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-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.52.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: aiida-core dependency-version: 2.7.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: rich dependency-version: 14.3.1 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: mkdocstrings[python] dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-patch 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 | 6 +++--- requirements-docs.txt | 2 +- requirements-http-client.txt | 2 +- requirements-server.txt | 8 ++++---- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements-client.txt b/requirements-client.txt index 20e7aee15..6d3134049 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' +aiida-core==2.7.3 +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-docs.txt b/requirements-docs.txt index 996de3660..9ef1b73ef 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -4,4 +4,4 @@ mkdocs==1.6.1 mkdocs-autorefs==1.4.3 mkdocs-awesome-pages-plugin==2.10.1 mkdocs-material==9.7.1 -mkdocstrings[python]==1.0.0 +mkdocstrings[python]==1.0.2 diff --git a/requirements-http-client.txt b/requirements-http-client.txt index 560e3e9d7..d04e69575 100644 --- a/requirements-http-client.txt +++ b/requirements-http-client.txt @@ -1,3 +1,3 @@ click==8.1.8 httpx==0.28.1 -rich==14.2.0 +rich==14.3.1 diff --git a/requirements-server.txt b/requirements-server.txt index e336d44e7..f1d8304bf 100644 --- a/requirements-server.txt +++ b/requirements-server.txt @@ -1,6 +1,6 @@ -elasticsearch==7.17.12 +elasticsearch==7.17.13 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.52.1