Skip to content

Commit 7cc8ae2

Browse files
Bump the python-dependencies group across 1 directory with 7 updates (#2239)
Bumps the python-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.7.1` | `2.8.1` | | [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.11` | `4.11.1` | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.8` | `0.115.11` | | [starlette](https://github.com/encode/starlette) | `0.45.3` | `0.46.0` | | [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs) | `1.3.0` | `1.4.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.3` | `9.6.7` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.28.0` | `0.28.2` | Updates `pydantic-settings` from 2.7.1 to 2.8.1 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.7.1...v2.8.1) Updates `pymongo` from 4.11 to 4.11.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.11...4.11.1) Updates `fastapi` from 0.115.8 to 0.115.11 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.115.8...0.115.11) Updates `starlette` from 0.45.3 to 0.46.0 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](Kludex/starlette@0.45.3...0.46.0) Updates `mkdocs-autorefs` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/mkdocstrings/autorefs/releases) - [Changelog](https://github.com/mkdocstrings/autorefs/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/autorefs@1.3.0...1.4.0) Updates `mkdocs-material` from 9.6.3 to 9.6.7 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.6.3...9.6.7) Updates `mkdocstrings[python]` from 0.28.0 to 0.28.2 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.28.0...0.28.2) --- updated-dependencies: - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-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-autorefs 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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a03d3cc commit 7cc8ae2

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

requirements-docs.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mike==2.1.3
22
mkdocs==1.6.1
3-
mkdocs-autorefs==1.3.0
3+
mkdocs-autorefs==1.4.0
44
mkdocs-awesome-pages-plugin==2.10.1
5-
mkdocs-material==9.6.3
6-
mkdocstrings[python]==0.28.0
5+
mkdocs-material==9.6.7
6+
mkdocstrings[python]==0.28.2

requirements-server.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
elasticsearch==7.17.12
22
elasticsearch-dsl==7.4.1
3-
fastapi==0.115.8
3+
fastapi==0.115.11
44
mongomock==4.3.0
5-
pymongo==4.11
6-
starlette==0.45.3
5+
pymongo==4.11.1
6+
starlette==0.46.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
lark==1.2.2
22
pydantic[email]==2.10.6
3-
pydantic_settings==2.7.1
3+
pydantic_settings==2.8.1
44
pyyaml==6.0.2
55
requests==2.32.3
66
uvicorn==0.34.0

0 commit comments

Comments
 (0)