Skip to content

Commit c605c31

Browse files
chore(deps): bump the pip group with 6 updates (#2712)
Bumps the pip group with 6 updates: | Package | From | To | | --- | --- | --- | | [anyio](https://github.com/agronholm/anyio) | `4.11.0` | `4.12.0` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.30.1` | `1.0.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.14.6` | `0.14.7` | | [zizmor](https://github.com/zizmorcore/zizmor) | `1.16.3` | `1.18.0` | | [mypy](https://github.com/python/mypy) | `1.18.2` | `1.19.0` | | [fastapi](https://github.com/fastapi/fastapi) | `0.121.3` | `0.123.0` | Updates `anyio` from 4.11.0 to 4.12.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](agronholm/anyio@4.11.0...4.12.0) Updates `mkdocstrings[python]` from 0.30.1 to 1.0.0 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.30.1...1.0.0) Updates `ruff` from 0.14.6 to 0.14.7 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.6...0.14.7) Updates `zizmor` from 1.16.3 to 1.18.0 - [Release notes](https://github.com/zizmorcore/zizmor/releases) - [Changelog](https://github.com/zizmorcore/zizmor/blob/main/docs/release-notes.md) - [Commits](zizmorcore/zizmor@v1.16.3...v1.18.0) Updates `mypy` from 1.18.2 to 1.19.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.18.2...v1.19.0) Updates `fastapi` from 0.121.3 to 0.123.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.121.3...0.123.0) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: mkdocstrings[python] dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: ruff dependency-version: 0.14.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: zizmor dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: fastapi dependency-version: 0.123.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9cbac4c commit c605c31

File tree

2 files changed

+169
-105
lines changed

2 files changed

+169
-105
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ docs = [
9292
"mkdocs-material==9.7.0",
9393
"mkdocs-static-i18n==1.3.0",
9494
"mdx-include==1.4.2",
95-
"mkdocstrings[python]==0.30.1",
95+
"mkdocstrings[python]==1.0.0",
9696
"mkdocs-literate-nav==0.6.2",
9797
"mkdocs-git-revision-date-localized-plugin==1.5.0",
9898
"mike==2.1.3", # versioning
@@ -105,12 +105,12 @@ docs = [
105105
]
106106

107107
lint = [
108-
"ruff==0.14.6",
108+
"ruff==0.14.7",
109109
"bandit==1.9.2",
110110
"semgrep==1.144.0",
111111
"codespell==2.4.1",
112-
"zizmor==1.16.3",
113-
"mypy==1.18.2",
112+
"zizmor==1.18.0",
113+
"mypy==1.19.0",
114114
# mypy extensions
115115
"types-Deprecated",
116116
"types-PyYAML",
@@ -135,7 +135,7 @@ test-core = [
135135

136136
testing = [
137137
{include-group = "test-core"},
138-
"fastapi==0.121.3",
138+
"fastapi==0.123.0",
139139
"pydantic-settings>=2.0.0,<3.0.0",
140140
"PyYAML==6.0.3",
141141
"email-validator==2.3.0",

0 commit comments

Comments
 (0)