Bump the python-root group across 1 directory with 7 updates#1175
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Bump the python-root group across 1 directory with 7 updates#1175dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the python-root group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [flake8](https://github.com/pycqa/flake8) | `3.8.4` | `7.1.1` | | [isort](https://github.com/pycqa/isort) | `5.7.0` | `5.13.2` | | [build](https://github.com/pypa/build) | `0.3.0` | `1.2.2.post1` | | [twine](https://github.com/pypa/twine) | `3.3.0` | `5.1.1` | | [wheel](https://github.com/pypa/wheel) | `0.38.1` | `0.44.0` | | [setuptools](https://github.com/pypa/setuptools) | `70.0.0` | `75.2.0` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `3.20.2` | `5.28.2` | Updates `flake8` from 3.8.4 to 7.1.1 - [Commits](PyCQA/flake8@3.8.4...7.1.1) Updates `isort` from 5.7.0 to 5.13.2 - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@5.7.0...5.13.2) Updates `build` from 0.3.0 to 1.2.2.post1 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@0.3.0...1.2.2.post1) Updates `twine` from 3.3.0 to 5.1.1 - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](pypa/twine@3.3.0...v5.1.1) Updates `wheel` from 0.38.1 to 0.44.0 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](pypa/wheel@0.38.1...0.44.0) Updates `setuptools` from 70.0.0 to 75.2.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v70.0.0...v75.2.0) Updates `protobuf` from 3.20.2 to 5.28.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v3.20.2...v5.28.2) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-root - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-root - dependency-name: build dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-root - dependency-name: twine dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-root - dependency-name: wheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-root - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-root - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-root ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Superseded by #1176. |
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-root group with 7 updates in the / directory:
3.8.47.1.15.7.05.13.20.3.01.2.2.post13.3.05.1.10.38.10.44.070.0.075.2.03.20.25.28.2Updates
flake8from 3.8.4 to 7.1.1Commits
cf1542cRelease 7.1.1939ea3dMerge pull request #1949 from stephenfin/issue-1948bdcd5c2Handle escaped braces in f-strings2a811ccMerge pull request #1946 from Viicos/patch-110314adFix wording of plugins documentation65a38c4Release 7.1.034c97e0Merge pull request #1939 from PyCQA/new-pycodestyledefd315latest pycodestyle408d4d6Merge pull request #1930 from mzagol/patch-1866ad72Add --extend-exclude to the TOCUpdates
isortfrom 5.7.0 to 5.13.2Release notes
Sourced from isort's releases.
... (truncated)
Changelog
Sourced from isort's changelog.
... (truncated)
Commits
c655831Merge pull request #2214 from PyCQA/version/5.13.2b4335b4Prepare version 5.13.2c36e43cMerge pull request #2184 from bp72/issue/2154e38702fMerge pull request #2213 from davidculley/confine-precommit-to-stagesee8d87fAdd fix for the error found by hypothesis5849ec2Apply the bracket fix from issue 471 only for use_parentheses=Truedf0e119confine pre-commit to stages9255bcaMerge pull request #2212 from PyCQA/bugfix/#2211-colors-extra5336d7dFix colors extras643d9c4Merge pull request #2210 from PyCQA/version/5.13.1Updates
buildfrom 0.3.0 to 1.2.2.post1Release notes
Sourced from build's releases.
... (truncated)
Changelog
Sourced from build's changelog.
... (truncated)
Commits
2f66702chore: 1.2.2.post1 (#820)0580c6dci: add PyPI attestations (#821)e0e911ctests: fix under pyproject-hooks 1.2a73ecbdpre-commit: bump repositories56b3504pre-commit: bump repositories (#819)481ca54pre-commit: bump repositories (#818)025836adocs: add a missing ` in README (#817)ae37340docs: mention conda-forge name in README (#816)f81aac0ci: add Python 3.13 (#815)3b0b5d0docs: changelog for 1.2.2 (#812)Updates
twinefrom 3.3.0 to 5.1.1Release notes
Sourced from twine's releases.
... (truncated)
Changelog
Sourced from twine's changelog.
... (truncated)
Commits
e29791dPrepare for v5.1.1 (#1114)f213edefix: Retrieve metadata correctly from importlib_metadata (#1115)6fbf880Merge pull request #1112 from pypa/bug/11113eb9121Remove extra line from changelog entry0191f0cPreserve ports when munging repository URLsc588793Merge pull request #1110 from DimitriPapadopoulos/principle1fdc197Fix a couple typos13b07b6Merge pull request #1109 from pypa/dependabot/github_actions/actions/checkout...a3e8373build(deps): bump actions/checkout from 4.1.5 to 4.1.6e9f70cfMerge pull request #1108 from pypa/fix-release-workflowUpdates
wheelfrom 0.38.1 to 0.44.0Release notes
Sourced from wheel's releases.
Changelog
Sourced from wheel's changelog.
... (truncated)
Commits
7bb46d7Created a new release0add7d6Deprecated bdist_wheel and updated the README (#631)46c2389chore: make sure local ruff runs don't touch vendored (#618)78b9ea9Updated Cirrus CI config to use FreeBSD 143d3916a[pre-commit.ci] pre-commit autoupdate (#627)1e00742Revert "Apply new ruff/pyupgrade rule UP032 (#617)"16206e6Apply new ruff/pyupgrade rule UP032 (#617)0b7771eUpdated pre-commit modules and applied ruff fixesbd8ab85Extended the ruff rule list and applied fixes376373bAllow bdist_wheel working without ctypes (#613)Updates
setuptoolsfrom 70.0.0 to 75.2.0Changelog
Sourced from setuptools's changelog.
... (truncated)
Commits
61a5a03Bump version: 75.1.1 → 75.2.08ad3ea7Workaround forbdist_wheel.dist_info_dirproblems (#4684)9af0877Type sequence checks in setuptools/dist.py (#4578)0534fdeAdd news fragment50b732aCheck for more specific error messagea663287Add pragma for edge-case code path96be735Workaround for bdist_wheel.dist_info_dir problems000a413Deprecate public access to setuptools.dist.sequence00995c1Use variable msg instead of tmpl in setuptools/distd457d0eType sequence checks in setuptools/dist.pyUpdates
protobuffrom 3.20.2 to 5.28.2Release notes
Sourced from protobuf's releases.
Commits
9fff46dUpdating version.json and repo version numbers to: 28.2ce60d01Merge pull request #18385 from protocolbuffers/cp-lp-28ac9fb5bAdd recursion check when parsing unknown fields in Java.9a5f5feInternal change50a7745Internal change5b0e543Fix cord handling in DynamicMessage and oneofs. (#18373)421fc16Merge pull request #18343 from protocolbuffers/revert-18339-bazel-rules2607bfddRevert "Cherry-pick changes related to new Bazel rules"106f4a6Merge pull request #18339 from protocolbuffers/bazel-rules2c2f34d6Automated rollback of commit 76794bf3adceefcd69a2eb5785635a084fbe2e32.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions