From 1962184cf32ae9f819770ce104af9e08cf55f616 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 21:14:13 +0000 Subject: [PATCH] chore(deps): bump wheel in /packages/google-crc32c/scripts Bumps [wheel](https://github.com/pypa/wheel) from 0.45.1 to 0.46.2. - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.45.1...0.46.2) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.46.2 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 7479544b333a..b60cf751993d 100644 --- a/packages/google-crc32c/scripts/dev-requirements.txt +++ b/packages/google-crc32c/scripts/dev-requirements.txt @@ -2,4 +2,4 @@ auditwheel >= 2.1.1; sys_platform == 'linux' or sys_platform == 'linux2' delocate >= 0.8.0; sys_platform == 'darwin' setuptools >= 42.0.2 # See: https://github.com/pypa/auditwheel/issues/102 -wheel >= 0.34 +wheel >= 0.46.2