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
Bumps the python-dependencies group with 4 updates in the / directory: [pymongo](https://github.com/mongodb/mongo-python-driver), [fastapi](https://github.com/fastapi/fastapi), [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings).


Updates `pymongo` from 4.10.1 to 4.11
- [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.10.1...4.11)

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

Updates `mkdocs-material` from 9.5.50 to 9.6.3
- [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.50...9.6.3)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ml-evs committed Feb 11, 2025
1 parent 2affb50 commit bb68e2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.3.0
mkdocs-awesome-pages-plugin==2.10.1
mkdocs-material==9.5.50
mkdocstrings[python]==0.27.0
mkdocs-material==9.6.3
mkdocstrings[python]==0.28.0
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.7
fastapi==0.115.8
mongomock==4.3.0
pymongo==4.10.1
pymongo==4.11
starlette==0.45.3

0 comments on commit bb68e2b

Please sign in to comment.