From 61fb31b1ed63eee22dd88c981585431a5df0aeaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 19:20:48 +0000 Subject: [PATCH] fix: bump setuptools in /packages/google-crc32c/scripts Bumps [setuptools](https://github.com/pypa/setuptools) from 82.0.1 to 83.0.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/v82.0.1...v83.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/google-crc32c/scripts/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-crc32c/scripts/dev-requirements.txt b/packages/google-crc32c/scripts/dev-requirements.txt index 8c8107e3fd5a..cf28b1dc6b76 100644 --- a/packages/google-crc32c/scripts/dev-requirements.txt +++ b/packages/google-crc32c/scripts/dev-requirements.txt @@ -1,5 +1,5 @@ auditwheel >= 2.1.1; sys_platform == 'linux' or sys_platform == 'linux2' delocate >= 0.8.0; sys_platform == 'darwin' -setuptools >= 78.1.1 +setuptools >= 83.0.0 # See: https://github.com/pypa/auditwheel/issues/102 wheel >= 0.34