Skip to content

Commit cb34bf5

Browse files
Bump the python-dependencies group with 4 updates (#2125)
* Bump the python-dependencies group with 4 updates Bumps the python-dependencies group with 4 updates: [pydantic-settings](https://github.com/pydantic/pydantic-settings), [fastapi](https://github.com/fastapi/fastapi), [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [uvicorn](https://github.com/encode/uvicorn). Updates `pydantic-settings` from 2.3.4 to 2.4.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.3.4...v2.4.0) Updates `fastapi` from 0.111.1 to 0.112.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.111.1...0.112.0) Updates `mkdocs-material` from 9.5.30 to 9.5.31 - [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.30...9.5.31) Updates `uvicorn` from 0.30.3 to 0.30.5 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](Kludex/uvicorn@0.30.3...0.30.5) --- updated-dependencies: - dependency-name: pydantic-settings 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: 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-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * Only include the types libs actually used There was an error with `types-all`, which relied on a yanked package (types-pkg-resources). Furthermore, the lib has its source code deprecated on GitHub. * Addint types-* without versions --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Casper Welzel Andersen <casper.w.andersen@sintef.no>
1 parent 8dbafcc commit cb34bf5

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ pre-commit==3.8.0
66
pytest==8.3.2
77
pytest-cov==5.0.0
88
ruff==0.5.5
9-
types-all==1.0.0
9+
types-pyyaml
10+
types-requests

requirements-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mike==2.1.2
22
mkdocs==1.6.0
33
mkdocs-awesome-pages-plugin==2.9.3
4-
mkdocs-material==9.5.30
4+
mkdocs-material==9.5.31
55
mkdocstrings[python]==0.25.2

requirements-server.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
elasticsearch==7.17.9
22
elasticsearch-dsl==7.4.1
3-
fastapi==0.111.1
3+
fastapi==0.112.0
44
mongomock==4.1.2
55
pymongo==4.8.0

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
lark==1.1.9
22
pydantic[email]==2.8.2
3-
pydantic_settings==2.3.4
3+
pydantic_settings==2.4.0
44
pyyaml==6.0.1
55
requests==2.32.3
6-
uvicorn==0.30.3
6+
uvicorn==0.30.5

0 commit comments

Comments
 (0)