Skip to content

Commit

Permalink
Bump the python-dependencies group across 1 directory with 4 updates (#…
Browse files Browse the repository at this point in the history
…2171)

Bumps the python-dependencies group with 4 updates in the / directory: [pydantic-settings](https://github.com/pydantic/pydantic-settings), [jarvis-tools](https://github.com/usnistgov/jarvis), [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [uvicorn](https://github.com/encode/uvicorn).


Updates `pydantic-settings` from 2.5.2 to 2.6.0
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.5.2...v2.6.0)

Updates `jarvis-tools` from 2024.8.30 to 2024.10.10
- [Release notes](https://github.com/usnistgov/jarvis/releases)
- [Commits](usnistgov/jarvis@v2024.8.30...v2024.10.10)

Updates `mkdocs-material` from 9.5.40 to 9.5.42
- [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.40...9.5.42)

Updates `uvicorn` from 0.31.1 to 0.32.0
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.31.1...0.32.0)

---
updated-dependencies:
- dependency-name: pydantic-settings
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Casper Welzel Andersen <[email protected]>
  • Loading branch information
dependabot[bot] and CasperWA authored Oct 22, 2024
1 parent ab9ba48 commit a54c6a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.8.30
jarvis-tools==2024.10.10
numpy>=1.20
pymatgen==2024.10.3
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ mike==2.1.3
mkdocs==1.6.1
mkdocs-autorefs==1.2.0
mkdocs-awesome-pages-plugin==2.9.3
mkdocs-material==9.5.40
mkdocs-material==9.5.42
mkdocstrings[python]==0.26.2
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lark==1.2.2
pydantic[email]==2.9.2
pydantic_settings==2.5.2
pydantic_settings==2.6.0
pyyaml==6.0.2
requests==2.32.3
uvicorn==0.31.1
uvicorn==0.32.0

0 comments on commit a54c6a9

Please sign in to comment.