From 320dad5584f47d9295343f2ea5e740e2114b45c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 13:23:14 +0000 Subject: [PATCH] chore(deps): bump wheel from 0.46.1 to 0.46.2 in /.kokoro/requirements Bumps [wheel](https://github.com/pypa/wheel) from 0.46.1 to 0.46.2. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.46.1...0.46.2) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.46.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .kokoro/requirements/build.in | 2 +- .kokoro/requirements/build.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.kokoro/requirements/build.in b/.kokoro/requirements/build.in index a9455578..bd636704 100644 --- a/.kokoro/requirements/build.in +++ b/.kokoro/requirements/build.in @@ -1,6 +1,6 @@ --only-binary :all: twine>=6.2.0 build>=1.3.0 -wheel>=0.45.1 +wheel>=0.46.2 keyring>=25.7.0 keyrings.google-artifactregistry-auth>=1.1.2 diff --git a/.kokoro/requirements/build.txt b/.kokoro/requirements/build.txt index 1d597c2e..21c08959 100644 --- a/.kokoro/requirements/build.txt +++ b/.kokoro/requirements/build.txt @@ -448,6 +448,6 @@ urllib3==2.6.3 \ # via # requests # twine -wheel==0.46.1 \ - --hash=sha256:f796f65d72750ccde090663e466d0ca37cd72b62870f7520b96d34cdc07d86d8 +wheel==0.46.2 \ + --hash=sha256:33ae60725d69eaa249bc1982e739943c23b34b58d51f1cb6253453773aca6e65 # via -r build.in