chore(deps): bump the version-updates group across 1 directory with 7 updates - #1410
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
✅ Deploy Preview for poetic-froyo-8baba7 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
… updates Bumps the version-updates group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pydantic](https://github.com/pydantic/pydantic) | `2.13.4` | `2.13.5` | | [grpcio](https://github.com/grpc/grpc) | `1.82.0rc1` | `1.83.1` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `7.35.1` | `7.36.1` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.15.2` | `7.16.0` | | [autoflake](https://github.com/PyCQA/autoflake) | `2.3.3` | `2.4.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.4.3` | `0.16.6` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.6.0` | `4.6.2` | Updates `pydantic` from 2.13.4 to 2.13.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md) - [Commits](pydantic/pydantic@v2.13.4...v2.13.5) Updates `grpcio` from 1.82.0rc1 to 1.83.1 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](grpc/grpc@v1.82.0-pre1...v1.83.1) Updates `protobuf` from 7.35.1 to 7.36.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `coverage` from 7.15.2 to 7.16.0 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.15.2...7.16.0) Updates `autoflake` from 2.3.3 to 2.4.0 - [Release notes](https://github.com/PyCQA/autoflake/releases) - [Commits](PyCQA/autoflake@v2.3.3...v2.4.0) Updates `ruff` from 0.4.3 to 0.16.6 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.4.3...0.16.6) Updates `pre-commit` from 4.6.0 to 4.6.2 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.6.0...v4.6.2) --- updated-dependencies: - dependency-name: autoflake dependency-version: 2.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: version-updates - dependency-name: coverage dependency-version: 7.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: version-updates - dependency-name: grpcio dependency-version: 1.83.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: version-updates - dependency-name: pre-commit dependency-version: 4.6.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: protobuf dependency-version: 7.36.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: version-updates - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/pip/dev/version-updates-3490bc21dc
branch
from
September 15, 2026 09:46
23e37a6 to
6aaa62b
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 version-updates group with 7 updates in the / directory:
2.13.42.13.51.82.0rc11.83.17.35.17.36.17.15.27.16.02.3.32.4.00.4.30.16.64.6.04.6.2Updates
pydanticfrom 2.13.4 to 2.13.5Release notes
Sourced from pydantic's releases.
Changelog
Sourced from pydantic's changelog.
Commits
001dea0Bumppypa/gh-action-pypi-publishaction to v1.14.2558379fBump twine to v7.0.02cfd5d3Do not check for docs builda735beeFix more Clippy lints7eed4a1Fix Clippy 0.1.95 warningsb353bbbPrepare release v2.13.563d2cccCount validated model fields once in smart unionsa53ec2eSpeed up PyPy CI testsd65e0f9Workaround circular import error in Mypy47a6dbfFix missing GC traversal inpydantic-coreforGeneralFieldsSerializerUpdates
grpciofrom 1.82.0rc1 to 1.83.1Release notes
Sourced from grpcio's releases.
... (truncated)
Commits
aae2670[Backport][v1.83.x] Fix legacy_channel.cc compile error with `std::optional<a...b77ea36[Backport][v1.83.x] Memory optimization (#43297)9dcd5aa[CI] Fix Python 3.15 Sanity (#43299)ed8899e[Backport][v1.83.x] Fixing bug in GoAway and gRPC Message Compression (#43270)5f8d6df[Release] Bump version to 1.83.1 (on v1.83.x branch) (#43274)291e0be[Backport][v1.83.x][Python] Fix the StatusCode Enums to be int (#43252)05ceb5d[CI][Backport][v1.83.x][Python] Fix PSM Interop xds-v3 Python continuous fail...dbc73b8[Backport][v1.83.x][PHP]updated workflow to preserve github folder (#43243)c876f4d[Release] Bump version to 1.83.0 (on v1.83.x branch) (#43036)b5c40cd[Backport][v1.83.x][Python] grpc-status: Relax protobuf dependency lower boun...Updates
protobuffrom 7.35.1 to 7.36.1Commits
Updates
coveragefrom 7.15.2 to 7.16.0Release notes
Sourced from coverage's releases.
Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
3e9fc16docs: prep for 7.16.038be8d1build: control check-manifest explicitly8eb1266docs(build): no longer commit sample_html1a8b3fadocs: remove sample_htmlaeaa79bdocs: linklint is now sphinx-linklintd5eaf3ftest: a branchless way to re-add extensions57e52fddocs: adjust CHANGES for #2270b9d304dfix: check for multiprocessing in a --concurrency list (#2270)a6ef928chore: make upgrade070461fchore: bump the action-dependencies group with 4 updates (#2271)Updates
autoflakefrom 2.3.3 to 2.4.0Release notes
Sourced from autoflake's releases.
Commits
6d9dd27Release v2.4.01da9673fix: crash and wrong-line edits when source contains a bare carriage return (...46890e1refactor: simplify handling of imports deferred to a continuation line (#365)bc0c65bfix: handle backslash-continuation whereimportis on the second line (#354)dc76d49build(deps): bump pypa/gh-action-pypi-publish from 1.14.1 to 1.14.2 (#362)0ec05b2fix: treat interpreter builtin modules as safe imports (#361)c51738abuild(deps): bump actions/setup-python from 6.3.0 to 7.0.0 (#358)42aaed2build(deps): bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1 (#359)4c76196build(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#360)419fe0eadd py.typed (#350)Updates
rufffrom 0.4.3 to 0.16.6Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
22f65a2Bump 0.16.6 (#28280)7cc9f1e[ty] DocumentCallableTypeKindvariants (#28277)056ce07Add UV_LOCKED to all workflows (#28261)6d6e35d[flake8-pytest-style] Avoid duplicatePT017diagnostics (#27918)80b4891[ty] Temporarily disable tuple types in property tests (#28275)3f7a54d[flake8-tidy-imports] Prevent fix loop betweenTID254andTID255(#28262)35656cf[ty] Preserve deprecations on decorated callables (#28256)d2626c8[ty] Reject missing attributes ontype[]aliases (#28267)ee6a6d1[ty] Support ParamSpecs inConstraintSet(#28028)7f6a170[ty] Move bound APIs to constraint owners (#28094)Updates
pre-commitfrom 4.6.0 to 4.6.2Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
Commits
9767b6cv4.6.242ee3ffMerge pull request #3743 from pre-commit/npm-build-scripts-11-x3056619fixlanguage: nodefor hooks with build scripts and npm 11.x242ce8av4.6.1766e550Merge pull request #3727 from pre-commit/dedupe1558d06Merge pull request #3726 from pre-commit/exists-faster8a1c47aavoid duplicate files in --all-files during conflict2e01c99faster check of rev existing locally as a commit3613bf2Merge pull request #3701 from pre-commit/autoupdate-repos1d811d9Return an error for invalid --repo