Skip to content

Commit 9901e47

Browse files
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](fastapi/fastapi@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](squidfunk/mkdocs-material@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] <support@github.com> * Pin mkdocs-autoref for now (see mkdocstrings/autorefs#52) * s/autoref/autorefs/g --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthew Evans <git@ml-evs.science>
1 parent 729b10d commit 9901e47

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ client = ["optimade[cif]"]
9090
docs = [
9191
"mike~=2.0",
9292
"mkdocs~=1.4",
93+
"mkdocs-autorefs~=1.0,<1.1",
9394
"mkdocs-awesome-pages-plugin~=2.8",
9495
"mkdocs-material~=9.0",
9596
"mkdocstrings[python]~=0.20",

requirements-client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiida-core==2.6.2
22
ase==3.23.0
3-
jarvis-tools==2024.5.10
3+
jarvis-tools==2024.8.10
44
numpy>=1.20
55
pymatgen==2024.8.9

requirements-docs.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
mike==2.1.3
22
mkdocs==1.6.0
3+
mkdocs-autorefs==1.0.1
34
mkdocs-awesome-pages-plugin==2.9.3
4-
mkdocs-material==9.5.31
5+
mkdocs-material==9.5.33
56
mkdocstrings[python]==0.25.2

requirements-server.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
elasticsearch==7.17.9
22
elasticsearch-dsl==7.4.1
3-
fastapi==0.112.1
3+
fastapi==0.112.2
44
mongomock==4.1.2
55
pymongo==4.8.0

0 commit comments

Comments
 (0)