From 9901e47ad91c57ba398bbfa39cf30fb09984bf8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 11:58:31 +0100 Subject: [PATCH] Bump the python-dependencies group with 3 updates (#2134) * Bump the python-dependencies group with 3 updates Bumps the python-dependencies group with 3 updates: [fastapi](https://github.com/fastapi/fastapi), [jarvis-tools](https://github.com/usnistgov/jarvis) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Updates `fastapi` from 0.112.1 to 0.112.2 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.112.1...0.112.2) Updates `jarvis-tools` from 2024.5.10 to 2024.8.10 - [Release notes](https://github.com/usnistgov/jarvis/releases) - [Commits](https://github.com/usnistgov/jarvis/commits) Updates `mkdocs-material` from 9.5.31 to 9.5.33 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.31...9.5.33) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: jarvis-tools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] * Pin mkdocs-autoref for now (see https://github.com/mkdocstrings/autorefs/issues/52) * s/autoref/autorefs/g --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthew Evans --- pyproject.toml | 1 + requirements-client.txt | 2 +- requirements-docs.txt | 3 ++- requirements-server.txt | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index db3414575..85b8c2cab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,6 +90,7 @@ client = ["optimade[cif]"] docs = [ "mike~=2.0", "mkdocs~=1.4", + "mkdocs-autorefs~=1.0,<1.1", "mkdocs-awesome-pages-plugin~=2.8", "mkdocs-material~=9.0", "mkdocstrings[python]~=0.20", diff --git a/requirements-client.txt b/requirements-client.txt index 785baf334..ba971d0f7 100644 --- a/requirements-client.txt +++ b/requirements-client.txt @@ -1,5 +1,5 @@ aiida-core==2.6.2 ase==3.23.0 -jarvis-tools==2024.5.10 +jarvis-tools==2024.8.10 numpy>=1.20 pymatgen==2024.8.9 diff --git a/requirements-docs.txt b/requirements-docs.txt index aebfdbef5..6ea71be10 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,5 +1,6 @@ mike==2.1.3 mkdocs==1.6.0 +mkdocs-autorefs==1.0.1 mkdocs-awesome-pages-plugin==2.9.3 -mkdocs-material==9.5.31 +mkdocs-material==9.5.33 mkdocstrings[python]==0.25.2 diff --git a/requirements-server.txt b/requirements-server.txt index 7e1f187d0..ed3297b66 100644 --- a/requirements-server.txt +++ b/requirements-server.txt @@ -1,5 +1,5 @@ elasticsearch==7.17.9 elasticsearch-dsl==7.4.1 -fastapi==0.112.1 +fastapi==0.112.2 mongomock==4.1.2 pymongo==4.8.0