Skip to content

Commit

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

Bumps the python-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [fastapi](https://github.com/fastapi/fastapi) | `0.115.0` | `0.115.2` |
| [starlette](https://github.com/encode/starlette) | `0.38.6` | `0.39.2` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.39` | `9.5.40` |
| [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.26.1` | `0.26.2` |
| [uvicorn](https://github.com/encode/uvicorn) | `0.31.0` | `0.31.1` |


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

Updates `starlette` from 0.38.6 to 0.39.2
- [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.6...0.39.2)

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

Updates `mkdocstrings[python]` from 0.26.1 to 0.26.2
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/mkdocstrings@0.26.1...0.26.2)

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

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: starlette
  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: mkdocstrings[python]
  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-patch
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update requirements-client.txt

* Update pyproject.toml

* Update pyproject.toml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthew Evans <[email protected]>
  • Loading branch information
dependabot[bot] and ml-evs authored Oct 14, 2024
1 parent bdb01ae commit 4aaf1ff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ mongo = ["pymongo~=4.0", "mongomock~=4.1"]
server = [
"uvicorn[standard]~=0.19",
"fastapi>=0.103.1",
"starlette >= 0.38.3, < 0.39.0",
"starlette ~= 0.38, >= 0.38.3",
"pyyaml~=6.0",
"optimade[mongo]",
]
Expand Down
4 changes: 2 additions & 2 deletions 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.39
mkdocstrings[python]==0.26.1
mkdocs-material==9.5.40
mkdocstrings[python]==0.26.2
4 changes: 2 additions & 2 deletions requirements-server.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
elasticsearch==7.17.12
elasticsearch-dsl==7.4.1
fastapi==0.115.0
fastapi==0.115.2
mongomock==4.2.0.post1
pymongo==4.10.1
starlette==0.38.6
starlette==0.39.2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pydantic[email]==2.9.2
pydantic_settings==2.5.2
pyyaml==6.0.2
requests==2.32.3
uvicorn==0.31.0
uvicorn==0.31.1

0 comments on commit 4aaf1ff

Please sign in to comment.