Skip to content

Commit

Permalink
Bump the python-dependencies group with 7 updates (#2152)
Browse files Browse the repository at this point in the history
* Bump the python-dependencies group with 7 updates

Bumps the python-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [pydantic[email]](https://github.com/pydantic/pydantic) | `2.9.1` | `2.9.2` |
| [elasticsearch](https://github.com/elastic/elasticsearch-py) | `7.17.9` | `7.17.12` |
| [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.8.0` | `4.9.1` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.114.2` | `0.115.0` |
| [starlette](https://github.com/encode/starlette) | `0.38.5` | `0.38.6` |
| [pymatgen](https://github.com/materialsproject/pymatgen) | `2024.8.9` | `2024.9.17.1` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.34` | `9.5.36` |


Updates `pydantic[email]` from 2.9.1 to 2.9.2
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.9.1...v2.9.2)

Updates `elasticsearch` from 7.17.9 to 7.17.12
- [Release notes](https://github.com/elastic/elasticsearch-py/releases)
- [Commits](elastic/elasticsearch-py@v7.17.9...v7.17.12)

Updates `pymongo` from 4.8.0 to 4.9.1
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)
- [Commits](mongodb/mongo-python-driver@4.8.0...4.9.1)

Updates `fastapi` from 0.114.2 to 0.115.0
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.114.2...0.115.0)

Updates `starlette` from 0.38.5 to 0.38.6
- [Release notes](https://github.com/encode/starlette/releases)
- [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
- [Commits](encode/starlette@0.38.5...0.38.6)

Updates `pymatgen` from 2024.8.9 to 2024.9.17.1
- [Release notes](https://github.com/materialsproject/pymatgen/releases)
- [Changelog](https://github.com/materialsproject/pymatgen/blob/master/docs/CHANGES.md)
- [Commits](materialsproject/pymatgen@v2024.8.9...v2024.9.17.1)

Updates `mkdocs-material` from 9.5.34 to 9.5.36
- [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.34...9.5.36)

---
updated-dependencies:
- dependency-name: pydantic[email]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: elasticsearch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: pymongo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: starlette
  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-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>

* Apply suggestions from code review

---------

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 <7916000+ml-evs@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ml-evs committed Sep 23, 2024
1 parent 8faa9d0 commit 58cf414
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements-client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ aiida-core==2.6.2
ase==3.23.0
jarvis-tools==2024.8.30
numpy>=1.20
pymatgen==2024.9.10; python_version > '3.9'
pymatgen==2024.8.9; python_version == '3.9'
pymatgen==2024.9.17.1; python_version > '3.9'
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.34
mkdocs-material==9.5.36
mkdocstrings[python]==0.26.1
8 changes: 4 additions & 4 deletions requirements-server.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
elasticsearch==7.17.9
elasticsearch==7.17.12
elasticsearch-dsl==7.4.1
fastapi==0.114.2
fastapi==0.115.0
mongomock==4.2.0.post1
pymongo==4.8.0
starlette==0.38.5
pymongo==4.9.1
starlette==0.38.6
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
lark==1.2.2
pydantic[email]==2.9.1
pydantic[email]==2.9.2
pydantic_settings==2.5.2
pyyaml==6.0.2
requests==2.32.3
Expand Down

0 comments on commit 58cf414

Please sign in to comment.