Skip to content

Commit d2003a4

Browse files
⬆ Bump the python-packages group with 7 updates
Bumps the python-packages group with 7 updates: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.139.0` | `0.140.0` | | [mypy](https://github.com/python/mypy) | `2.1.0` | `2.3.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.20` | `0.16.0` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.50.1` | `0.51.0` | | [ty](https://github.com/astral-sh/ty) | `0.0.56` | `0.0.63` | | [prek](https://github.com/j178/prek) | `0.4.8` | `0.4.11` | | [zizmor](https://github.com/zizmorcore/zizmor) | `1.26.1` | `1.28.0` | Updates `fastapi` from 0.139.0 to 0.140.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.139.0...0.140.0) Updates `mypy` from 2.1.0 to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v2.1.0...v2.3.0) Updates `ruff` from 0.15.20 to 0.16.0 - [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.15.20...0.16.0) Updates `uvicorn` from 0.50.1 to 0.51.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.50.1...0.51.0) Updates `ty` from 0.0.56 to 0.0.63 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](astral-sh/ty@0.0.56...0.0.63) Updates `prek` from 0.4.8 to 0.4.11 - [Release notes](https://github.com/j178/prek/releases) - [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md) - [Commits](j178/prek@v0.4.8...v0.4.11) Updates `zizmor` from 1.26.1 to 1.28.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.26.1...v1.28.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.140.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: uvicorn dependency-version: 0.51.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ty dependency-version: 0.0.63 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: prek dependency-version: 0.4.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: zizmor dependency-version: 1.28.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c043c0c commit d2003a4

2 files changed

Lines changed: 239 additions & 234 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ github-actions = [
6868
tests = [
6969
"coverage[toml]>=6.2,<8.0",
7070
"fastapi>=0.128.0",
71-
"mypy==2.1.0",
71+
"mypy==2.3.0",
7272
"pytest>=7.4.0,<10.0.0",
7373
"ruff>=0.15.15",
7474
"uvicorn>=0.39.0",

0 commit comments

Comments
 (0)