-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the python-root group across 1 directory with 8 updates #1217
Conversation
Bumps the python-root group with 8 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` | `6.0.1` | | [wheel](https://github.com/pypa/wheel) | `0.38.1` | `0.45.1` | | [setuptools](https://github.com/pypa/setuptools) | `70.0.0` | `75.7.0` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `5.27.0` | `5.29.2` | | [jinja2](https://github.com/pallets/jinja) | `3.1.4` | `3.1.5` | 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 6.0.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...6.0.1) Updates `wheel` from 0.38.1 to 0.45.1 - [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.45.1) Updates `setuptools` from 70.0.0 to 75.7.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.7.0) Updates `protobuf` from 5.27.0 to 5.29.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v5.27.0...v5.29.2) Updates `jinja2` from 3.1.4 to 3.1.5 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.4...3.1.5) --- 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-minor dependency-group: python-root - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-root ... Signed-off-by: dependabot[bot] <support@github.com>
Looks like this is failing because the newer versions of |
Since 3.8 is EOL, I think it's acceptable for us to drop support. We'll likely want to cut a release to provide a bifurcation point for users. |
Superseded by #1221. |
I had started taking a look at doing this; I think the "biggest" thing is figuring out how to update the Dockerfile for 3.9. Maybe someone more familiar with the Dockerfile could do the updates; happy to review. |
Related PR: #1225. |
Bumps the python-root group with 8 updates in the / directory:
3.8.4
7.1.1
5.7.0
5.13.2
0.3.0
1.2.2.post1
3.3.0
6.0.1
0.38.1
0.45.1
70.0.0
75.7.0
5.27.0
5.29.2
3.1.4
3.1.5
Updates
flake8
from 3.8.4 to 7.1.1Commits
cf1542c
Release 7.1.1939ea3d
Merge pull request #1949 from stephenfin/issue-1948bdcd5c2
Handle escaped braces in f-strings2a811cc
Merge pull request #1946 from Viicos/patch-110314ad
Fix wording of plugins documentation65a38c4
Release 7.1.034c97e0
Merge pull request #1939 from PyCQA/new-pycodestyledefd315
latest pycodestyle408d4d6
Merge pull request #1930 from mzagol/patch-1866ad72
Add --extend-exclude to the TOCUpdates
isort
from 5.7.0 to 5.13.2Release notes
Sourced from isort's releases.
... (truncated)
Changelog
Sourced from isort's changelog.
... (truncated)
Commits
c655831
Merge pull request #2214 from PyCQA/version/5.13.2b4335b4
Prepare version 5.13.2c36e43c
Merge pull request #2184 from bp72/issue/2154e38702f
Merge pull request #2213 from davidculley/confine-precommit-to-stagesee8d87f
Add fix for the error found by hypothesis5849ec2
Apply the bracket fix from issue 471 only for use_parentheses=Truedf0e119
confine pre-commit to stages9255bca
Merge pull request #2212 from PyCQA/bugfix/#2211-colors-extra5336d7d
Fix colors extras643d9c4
Merge pull request #2210 from PyCQA/version/5.13.1Updates
build
from 0.3.0 to 1.2.2.post1Release notes
Sourced from build's releases.
... (truncated)
Changelog
Sourced from build's changelog.
... (truncated)
Commits
2f66702
chore: 1.2.2.post1 (#820)0580c6d
ci: add PyPI attestations (#821)e0e911c
tests: fix under pyproject-hooks 1.2a73ecbd
pre-commit: bump repositories56b3504
pre-commit: bump repositories (#819)481ca54
pre-commit: bump repositories (#818)025836a
docs: add a missing ` in README (#817)ae37340
docs: mention conda-forge name in README (#816)f81aac0
ci: add Python 3.13 (#815)3b0b5d0
docs: changelog for 1.2.2 (#812)Updates
twine
from 3.3.0 to 6.0.1Release notes
Sourced from twine's releases.
... (truncated)
Changelog
Sourced from twine's changelog.
... (truncated)
Commits
a723876
Merge pull request #1189 from pypa/release-6.0.19a24828
Update changelog for 6.0.1a017005
Merge pull request #1188 from pypa/ww/fix-twine-check-globe98f03b
check: fix handling of non-shell-expanded globs873f33e
build(deps): bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 (#1175)067412e
Use brackets for the default value of option arguments (#1149)f32dc35
Apply ruff/Perflint rule (#1136)aa58273
Don't require importlib_metadata on Python 3.10+675565f
changelog: record #118480cc58c
chore: mark 3.13 as explicitly supportedUpdates
wheel
from 0.38.1 to 0.45.1Release notes
Sourced from wheel's releases.
Changelog
Sourced from wheel's changelog.
... (truncated)
Commits
7855525
Created a new released343391
Fixed wrong wheel file names in converted pure-Python eggs/wininstsd78f0e3
Created a new releasef064c69
Added license files for vendoredpackaging
68387af
Only configure setuptools logging if bdist_wheel is imported (#641)c81f5c9
Refactored thewheel convert
command to not require setuptools (#640)e43464d
Adjusted target Python versions in GitHub CIe9894e7
Tweaked pytest settings to make the tracebacks easier to readbaf6bf8
Removed Cirrus CI configuration28c1ba1
Improved compatibility with future versions ofsetuptools
(#638)Updates
setuptools
from 70.0.0 to 75.7.0Changelog
Sourced from setuptools's changelog.
... (truncated)
Commits
4e82e8b
Bump version: 75.6.0 → 75.7.050b15db
Merge pull request #4787 from Avasam/simplify-typed-assignements86d8c99
Merge pull request #4790 from pypa/feature/distutils-ff11eed0cc384f18
Py_GIL_Disabled was handled previously.fbe834a
Merge branch 'main' into feature/distutils-ff11eed0c5ed9d93
Add news fragment.e94ce0d
Merge with pypa/distutils.ff11eed
Merge pull request pypa/distutils#325 from thesamesam/cflagsebfebc0
Merge pull request pypa/distutils#302 from adang1345/fix-python313-abs36ce8b3
Refactor for simplicity.Updates
protobuf
from 5.27.0 to 5.29.2Commits
2330983
Updating version.json and repo version numbers to: 29.21772657
Automated rollback of commit 23aada230b2478c7a07fe7612489eb8e79b9c379. (#19692)8b9d76c
Export environment variables so bazelisk picks them up (#19690)a1c9b6a
Pin staleness check to Bazel 7 (#19689)3649f87
Remove unused / invalid C++ lazy repeated field code from OSS. (#19682)3a7bb4a
Remove CMake downgrade workaround from Windows CI tests (#19630)d7d3da6
Merge pull request #19506 from protocolbuffers/29.x-202412032207a3e9db8
Updating version.json and repo version numbers to: 29.2-dev796e49f
Updating version.json and repo version numbers to: 29.1ba6da44
Rename maven to protobuf_maven in MODULE.bazel (#18641) (#19477)Updates
jinja2
from 3.1.4 to 3.1.5Release notes
Sourced from jinja2's releases.
Changelog
Sourced from jinja2's changelog.
Commits
877f6e5
release version 3.1.58d58859
remove test pypieda8fe8
update dev dependenciesc8fdce1
Fix bug involving calling set on a template parameter within all branches of ...66587ce
Fix bug where set would sometimes fail within iffbc3a69
Add support for namespaces in tuple parsing (#1664)b8f4831
more comments about nsref assignmentee83219
Add support for namespaces in tuple assignment1d55cdd
Triple quotes in docs (#2064)8a8eafc
edit block assignment sectionDependabot 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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