Skip to content

Commit

Permalink
Bump the python-dependencies group with 3 updates (#2134)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
dependabot[bot] and ml-evs committed Aug 26, 2024
1 parent 729b10d commit 9901e47
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion requirements-client.txt
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion requirements-server.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9901e47

Please sign in to comment.