From 717b2d27a1126263ea5f64c43515709fdf525c44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:49:58 +0000 Subject: [PATCH] Bump the python-dependencies group across 1 directory with 4 updates Bumps the python-dependencies group with 4 updates in the / directory: [fastapi](https://github.com/fastapi/fastapi), [starlette](https://github.com/encode/starlette), [rich](https://github.com/Textualize/rich) and [pymatgen](https://github.com/materialsproject/pymatgen). Updates `fastapi` from 0.115.2 to 0.115.4 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.2...0.115.4) Updates `starlette` from 0.40.0 to 0.41.2 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.40.0...0.41.2) Updates `rich` from 13.9.2 to 13.9.3 - [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/v13.9.2...v13.9.3) Updates `pymatgen` from 2024.10.3 to 2024.10.27 - [Release notes](https://github.com/materialsproject/pymatgen/releases) - [Changelog](https://github.com/materialsproject/pymatgen/blob/master/docs/CHANGES.md) - [Commits](https://github.com/materialsproject/pymatgen/compare/v2024.10.3...v2024.10.27) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: starlette dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pymatgen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements-client.txt | 2 +- requirements-http-client.txt | 2 +- requirements-server.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-client.txt b/requirements-client.txt index 0ae72b06b..5e6db6728 100644 --- a/requirements-client.txt +++ b/requirements-client.txt @@ -2,4 +2,4 @@ aiida-core==2.6.2 ase==3.23.0 jarvis-tools==2024.10.10 numpy>=1.20 -pymatgen==2024.10.3 +pymatgen==2024.10.27 diff --git a/requirements-http-client.txt b/requirements-http-client.txt index 159eae476..fb0939233 100644 --- a/requirements-http-client.txt +++ b/requirements-http-client.txt @@ -1,3 +1,3 @@ click==8.1.7 httpx==0.27.2 -rich==13.9.2 +rich==13.9.3 diff --git a/requirements-server.txt b/requirements-server.txt index 61e379b4e..ee80eb5a3 100644 --- a/requirements-server.txt +++ b/requirements-server.txt @@ -1,6 +1,6 @@ elasticsearch==7.17.12 elasticsearch-dsl==7.4.1 -fastapi==0.115.2 +fastapi==0.115.4 mongomock==4.2.0.post1 pymongo==4.10.1 -starlette==0.40.0 +starlette==0.41.2