Bump the build-time-deps group across 1 directory with 8 updates#1182
Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
Closed
Conversation
Bumps the build-time-deps group with 8 updates in the /.github/workflows/requirements directory: | Package | From | To | | --- | --- | --- | | [build](https://github.com/pypa/build) | `1.3.0` | `1.4.0` | | [cibuildwheel](https://github.com/pypa/cibuildwheel) | `3.1.2` | `3.3.1` | | [packaging](https://github.com/pypa/packaging) | `25.0` | `26.0` | | [wheel](https://github.com/pypa/wheel) | `0.45.1` | `0.46.3` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.1` | `9.0.2` | | [twine](https://github.com/pypa/twine) | `6.1.0` | `6.2.0` | | [pip](https://github.com/pypa/pip) | `25.3` | `26.0` | | [setuptools](https://github.com/pypa/setuptools) | `80.9.0` | `80.10.2` | Updates `build` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.3.0...1.4.0) Updates `cibuildwheel` from 3.1.2 to 3.3.1 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.1.2...v3.3.1) Updates `packaging` from 25.0 to 26.0 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@25.0...26.0) Updates `wheel` from 0.45.1 to 0.46.3 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](pypa/wheel@0.45.1...0.46.3) Updates `pytest` from 8.4.1 to 9.0.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.1...9.0.2) Updates `twine` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](pypa/twine@6.1.0...6.2.0) Updates `pip` from 25.3 to 26.0 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](pypa/pip@25.3...26.0) Updates `setuptools` from 80.9.0 to 80.10.2 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v80.9.0...v80.10.2) --- updated-dependencies: - dependency-name: build dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-time-deps - dependency-name: cibuildwheel dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-time-deps - dependency-name: packaging dependency-version: '26.0' dependency-type: direct:production update-type: version-update:semver-major dependency-group: build-time-deps - dependency-name: wheel dependency-version: 0.46.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-time-deps - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: build-time-deps - dependency-name: twine dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-time-deps - dependency-name: pip dependency-version: '26.0' dependency-type: direct:production update-type: version-update:semver-major dependency-group: build-time-deps - dependency-name: setuptools dependency-version: 80.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-time-deps ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 build-time-deps group with 8 updates in the /.github/workflows/requirements directory:
1.3.01.4.03.1.23.3.125.026.00.45.10.46.38.4.19.0.26.1.06.2.025.326.080.9.080.10.2Updates
buildfrom 1.3.0 to 1.4.0Release notes
Sourced from build's releases.
Changelog
Sourced from build's changelog.
Commits
54f238dchore: prepare for 1.4.0 (#972)f219276docs: first argument for _has_dependency is a name (#970)7adb29efix: support UV environment variable (#971)a40623bbuild(deps): bump actions/attest-build-provenance in the actions group (#968)c8fae34pre-commit: bump repositories (#965)ed9c379build(deps): bump actions/download-artifact in the actions group0e44fd2Addquietflag (#947)60e15edchore: color defaults to True in 3.14 (#962)0486d9dpre-commit: bump repositories (#961)393b775MNT: remove workaround for 3.14b1 (#960)Updates
cibuildwheelfrom 3.1.2 to 3.3.1Release notes
Sourced from cibuildwheel's releases.
Changelog
Sourced from cibuildwheel's changelog.
... (truncated)
Commits
298ed2fBump version: v3.3.1f0ff944[3.3.x] Update dependencies (#2708)63fd63bBump version: v3.3.0f4fe311fix: support Docker 29 (#2660)f6c8108feat: make the{project}placeholder available torepair-wheel-command(#...ccbae30feat: support uv with Android (#2587)1337e50chore: pytest log_level is better than log_cli_level (#2657)720f8e2feat: add manylinux_2_35 (#2656)4c7f369[pre-commit.ci] pre-commit autoupdate (#2658)e1baa60chore: enable more Ruff checks (#2654)Updates
packagingfrom 25.0 to 26.0Release notes
Sourced from packaging's releases.
... (truncated)
Changelog
Sourced from packaging's changelog.
... (truncated)
Commits
3b77a26Bump for release31371ccdocs: prepare for 26.0 final (#1063)9627a88perf: dual replace (#1064)d5398b8fix: restore ._version as a compat shim (#1062)3a7b600Bump for developmentd4eefdcBump for release4618912docs: prepare for 26.0rc3 (#1060)0cf1b41ci: test on first public release of CPythons (#1056)716beb1perf: 10% faster stripping zeros (#1058)350a230fix: support CPython 3.11.0-3.11.4 and older PyPy3.11 (#1055)Updates
wheelfrom 0.45.1 to 0.46.3Release notes
Sourced from wheel's releases.
Changelog
Sourced from wheel's changelog.
... (truncated)
Commits
8b6fa74Created a new release7445fb5Fixed an import of a removed moduleeba4036Updated the version number for v0.46.2557fb54Created a new release7a7d2deFixed security issue around wheel unpack (#675)41418faFixed test failures due to metadata normalization changesc1d442b[pre-commit.ci] pre-commit autoupdate (#674)0bac882Update github actions environments (#673)be9f45b[pre-commit.ci] pre-commit autoupdate (#667)6244f08Update pre-commit ruff legacy alias (#668)Updates
pytestfrom 8.4.1 to 9.0.2Release notes
Sourced from pytest's releases.
... (truncated)
Commits
3d10b51Prepare release version 9.0.2188750bMerge pull request #14030 from pytest-dev/patchback/backports/9.0.x/1e4b01d1f...b7d7befMerge pull request #14014 from bluetech/compat-notebd08e85Merge pull request #14013 from pytest-dev/patchback/backports/9.0.x/922b60377...bc78386Add CLI options reference documentation (#13930)5a4e398Fix docs typo (#14005) (#14008)d7ae6dfMerge pull request #14006 from pytest-dev/maintenance/update-plugin-list-tmpl...556f6a2pre-commit: fix rst-lint after new release (#13999) (#14001)c60fbe6Fix quadratic-time behavior when handlingunittestsubtests in Python 3.10 ...73d9b01Merge pull request #13995 from nicoddemus/patchback/backports/9.0.x/1b5200c0f...Updates
twinefrom 6.1.0 to 6.2.0Changelog
Sourced from twine's changelog.
... (truncated)
Commits
14ceb29Update changelog for 6.2.0 (#1264)60e377bbuild(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#1263)88821f2feat(package): remove MD5 hashing entirely (#1262)ce5fe53build(deps): bump actions/download-artifact from 4.3.0 to 5.0.06a696edPEP 639 compliance9175334rename 1247.misc.rst to changelog/1247.misc.rstd94a475fix(tests): update expected error messagec1c02d1Remove --skip-existing support for non-PyPI indicesa24d308Set trusted publishing logging to INFO/WARN (#1247)becf1a8Fix py3.9 mypy error in__init__aroundPackageMetadataUpdates
pipfrom 25.3 to 26.0Changelog
Sourced from pip's changelog.
... (truncated)
Commits
2f4d4a8Merge pull request #13779 from notatallshaw/fix-26.0-news04307a4fix 26.0 news6ec7b0aMerge pull request #13775 from notatallshaw/release/26.04104356Bump for release58be883Update AUTHORS.txt66f2decMerge pull request #13778 from ichard26/docs/groups0214103doc: Re-expose package selection group optionsfdbe762Install pip within docs Nox sessions8e227a9Merge pull request #13777 from sethmlarson/commonpathf5315adMerge pull request #13776 from ichard26/docs/versionaddedUpdates
setuptoolsfrom 80.9.0 to 80.10.2Changelog
Sourced from setuptools's changelog.
Commits
5cf2d08Bump version: 80.10.1 → 80.10.2852cd5eMerge pull request #5166 from pypa/bugfix/5159-vendor-bin-free11115eeSuppress deprecation warning.5cf9185Update vendored dependencies.cf59f41Delete all binaries generated by vendored package install.89a5981Add missing newsfragmentsc0114afPostpone deprecation warnings related to PEP 639 to 2027-Feb-18 (#5115)de07603Revert "[CI] Constraint transient test dependency on pyobjc" (#5128)3afd5d6Revert "[CI] Constraint transient test dependency on pyobjc"adfb0c9Bump version: 80.10.0 → 80.10.1Dependabot 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-automer...
Description has been truncated