⬆ Bump the python-packages group across 1 directory with 7 updates - #498
Merged
Conversation
dependabot
Bot
force-pushed
the
dependabot/uv/python-packages-137fdf1714
branch
from
September 2, 2026 14:05
5656d1a to
63029cc
Compare
Bumps the python-packages group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.140.7` | `0.141.1` | | [mypy](https://github.com/python/mypy) | `2.3.0` | `2.3.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.16.0` | `0.16.4` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.51.0` | `0.52.4` | | [ty](https://github.com/astral-sh/ty) | `0.0.64` | `0.0.74` | | [prek](https://github.com/j178/prek) | `0.4.11` | `0.4.14` | | [zizmor](https://github.com/zizmorcore/zizmor) | `1.28.0` | `1.29.0` | Updates `fastapi` from 0.140.7 to 0.141.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.140.7...0.141.1) Updates `mypy` from 2.3.0 to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v2.3.0...v2.3.1) Updates `ruff` from 0.16.0 to 0.16.4 - [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.16.0...0.16.4) Updates `uvicorn` from 0.51.0 to 0.52.4 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.51.0...0.52.4) Updates `ty` from 0.0.64 to 0.0.74 - [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.64...0.0.74) Updates `prek` from 0.4.11 to 0.4.14 - [Release notes](https://github.com/j178/prek/releases) - [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md) - [Commits](j178/prek@v0.4.11...v0.4.14) Updates `zizmor` from 1.28.0 to 1.29.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.28.0...v1.29.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: prek dependency-version: 0.4.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: ruff dependency-version: 0.16.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: ty dependency-version: 0.0.74 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: uvicorn dependency-version: 0.52.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: zizmor dependency-version: 1.29.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/uv/python-packages-137fdf1714
branch
from
September 2, 2026 14:34
63029cc to
9db72dd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the python-packages group with 7 updates in the / directory:
0.140.70.141.12.3.02.3.10.16.00.16.40.51.00.52.40.0.640.0.740.4.110.4.141.28.01.29.0Updates
fastapifrom 0.140.7 to 0.141.1Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
95f8322🔖 Release version 0.141.1 (#16106)f137944📝 Update release notesd623544🐛 Fix support for background tasks and headers from dependencies in `app.fron...1d211b9📝 Update release notes8a1f876📝 DocumentFASTAPI_ENVin FastAPI CLI guide (#16104)c7e7b65🔖 Release version 0.141.0 (#16103)6bceb84📝 Update release notes5429fed✨ Addapp.frontend(check_dir="auto"), to make local development more conven...628663f🔖 Release version 0.140.13 (#16096)0b54fd0📝 Update release notesUpdates
mypyfrom 2.3.0 to 2.3.1Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
d642c44Bump version to 2.3.1a392429[mypyc] Fix crash on double yielding Iterators (#21826)4843e77[mypyc] Fixdefault_factoryfor inherited dataclass (#21785)14f5df9[mypyc] Clear coroutine env on coroutine completion (#21734)6dfa06dFix crash when unpacking return value from overload (#21830)a385746Bump version to 2.3.1+devUpdates
rufffrom 0.16.0 to 0.16.4Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
11c76bfBump 0.16.4 (#27937)d53c8c5Isolate playground builds from deployment credentials (#27839)cab001eDisable uv preview for releases and pre-commit hooks (#27939)f8d575f[ty] Clarify writing guidance for human readers (#27912)ca45faeSet--previewand--default-indexfor theuv-lockhook (#27935)4827bf7ExportUV_DEFAULT_INDEXinrelease.sh(#27934)d1087a4[ty] Handle assignment expressions in string annotations (#27921)680cce4[ty] Optimize inherited recursive protocol comparisons (#27922)974d3cbUpgrade ecosystem-analyzer and mypy_primer to the latest upstream pins (#27932)b169b40Install cargo tools locked (#27929)Updates
uvicornfrom 0.51.0 to 0.52.4Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
Commits
8988c23Stabilize macOS Python 3.13 signal shutdown tests (#3084)898ddcaUpdate PyPI publish action to version 1.14.2 (#3083)3869f8aRestore Mermaid diagram rendering (#3080)64148a9Version 0.52.4 (#3079)9e9e569docs: correct release example PR number (#3072)b783dacRemove duplicate Date header from SansIO WebSocket handshakes (#3078)27019b2chore(deps): bump the python-packages group across 1 directory with 11 update...1b64273Fix a typo in index.md (#3006)a68da60Version 0.52.3 (#3068)6e3bb4cUse zttp 0.0.24 fast receive path (#3067)Updates
tyfrom 0.0.64 to 0.0.74Release notes
Sourced from ty's releases.
... (truncated)
Changelog
Sourced from ty's changelog.
... (truncated)
Commits
00199f0Bump version to 0.0.74 (#4351)5769062Update mypy/pyright comparison table (#4165)4fcb060Remove Zulip from the PGO training (#4336)a7a7064Use the versions bot's ruleset bypass when merging (#4333)01b0fabUpdate prek dependencies (#4325)deef42fUpdate dependency python to 3.14 (#4326)6d35edfUpdate astral-sh/setup-uv action to v10 (#4327)4bd2833Bump version to 0.0.73 (#4322)93d0d4fDisable known GitHub cache clients in release workflows (#4317)ec4806bHarden release workflow permissions and shell inputs (#4319)Updates
prekfrom 0.4.11 to 0.4.14Release notes
Sourced from prek's releases.
... (truncated)
Changelog
Sourced from prek's changelog.
... (truncated)
Commits
432eeb0Bump version to 0.4.14 (#2571)6b6d429Update Rust crate ignore to v0.4.33 (#2564)27d0cf8Update prek hooks (#2555)aaf407bUpdate Rust crate aws-lc-rs to v1.18.0 (#2569)3ddddfdUpdate Rust crate xml to v1.4.0 (#2570)fc90ec6Update Rust crate similar to v3.1.2 (#2567)50e60d4Update Rust crate thiserror to v2.0.20 (#2568)70a4c06Update Rust crate liblzma to v0.4.8 (#2565)7b8dcaaUpdate Rust crate globset to v0.4.20 (#2563)3e075d3Update Rust crate clap_complete to v4.6.9 (#2562)Updates
zizmorfrom 1.28.0 to 1.29.0Release notes
Sourced from zizmor's releases.
Changelog
Sourced from zizmor's changelog.
Commits
3c11696zizmor 1.29.0 (#2251)876f448Bump trophies (#2250)3e92c0aRemove old deprecated--collectmodes (#2242)35ab77bSupport self-repository syntax for local uses (#2249)6ea55f5chore(deps): bump pymdown-extensions from 10.21.3 to 11.0 (#2241)a56362cchore(deps): bump quinn-proto from 0.11.14 to 0.11.16 (#2240)80b80f3Bump zensical, fixup anchor IDs (#2239)dce1469Bump trophies (#2238)fd487f4chore(deps): bump the github-actions group with 4 updates (#2236)ab59a28chore(deps): bump the cargo group with 11 updates (#2237)