From 91ef205d71afc3dff26272a94bc1271c975eaccc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:41:33 +0000 Subject: [PATCH] Bump the build-time-deps group across 1 directory with 3 updates Bumps the build-time-deps group with 3 updates in the /.github/workflows/requirements directory: [pip](https://github.com/pypa/pip), [setuptools](https://github.com/pypa/setuptools) and [cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pip` from 24.1.1 to 24.2 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/24.1.1...24.2) Updates `setuptools` from 70.1.1 to 72.1.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v70.1.1...v72.1.0) Updates `cibuildwheel` from 2.19.1 to 2.19.2 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v2.19.1...v2.19.2) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-time-deps - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major dependency-group: build-time-deps - dependency-name: cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-time-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/requirements/base.txt | 12 ++++++------ .github/workflows/requirements/cibuildwheel.txt | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/requirements/base.txt b/.github/workflows/requirements/base.txt index 3a028825..0396d2ad 100644 --- a/.github/workflows/requirements/base.txt +++ b/.github/workflows/requirements/base.txt @@ -306,11 +306,11 @@ zipp==3.19.1 \ # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: -pip==24.1.1 \ - --hash=sha256:5aa64f65e1952733ee0a9a9b1f52496ebdb3f3077cc46f80a16d983b58d1180a \ - --hash=sha256:efca15145a95e95c00608afeab66311d40bfb73bb2266a855befd705e6bb15a0 +pip==24.2 \ + --hash=sha256:2cd581cf58ab7fcfca4ce8efa6dcacd0de5bf8d0a3eb9ec927e07405f4d9e2a2 \ + --hash=sha256:5b5e490b5e9cb275c879595064adce9ebd31b854e3e803740b72f9ccf34a45b8 # via -r base.in -setuptools==70.1.1 \ - --hash=sha256:937a48c7cdb7a21eb53cd7f9b59e525503aa8abaf3584c730dc5f7a5bec3a650 \ - --hash=sha256:a58a8fde0541dab0419750bcc521fbdf8585f6e5cb41909df3a472ef7b81ca95 +setuptools==72.1.0 \ + --hash=sha256:5a03e1860cf56bb6ef48ce186b0e557fdba433237481a9a625176c2831be15d1 \ + --hash=sha256:8d243eff56d095e5817f796ede6ae32941278f542e0f941867cc05ae52b162ec # via -r base.in diff --git a/.github/workflows/requirements/cibuildwheel.txt b/.github/workflows/requirements/cibuildwheel.txt index fd4a0877..0c5b35ea 100644 --- a/.github/workflows/requirements/cibuildwheel.txt +++ b/.github/workflows/requirements/cibuildwheel.txt @@ -18,9 +18,9 @@ certifi==2024.7.4 \ # via # -c base.txt # cibuildwheel -cibuildwheel==2.19.1 \ - --hash=sha256:b6cd9c09ddda4b8a77e93550e8c7cd423e3850ec7ba008ee1dbcb4848e9ee6c1 \ - --hash=sha256:c60a8e9aa0322b13f5965a8396fcabb64ce0f45b2f7130273b2589f6066034be +cibuildwheel==2.19.2 \ + --hash=sha256:02ead5d7e3e81fe2ee0afb78746b1494af6b37afc1e32fae12f9c9a28c14e369 \ + --hash=sha256:d331c81c505106ee585333b871718cf0516ac10d55c4dda2c00c8a7405743cab # via -r cibuildwheel.in filelock==3.13.1 \ --hash=sha256:521f5f56c50f8426f5e03ad3b281b490a87ef15bc6c526f168290f0c7148d44e \