From 7a14a718099ee929ffe9201d6d1957d333fb980c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 06:21:58 +0000 Subject: [PATCH] Bump wheel in /python/helpers in the pip group across 1 directory Bumps the pip group with 1 update in the /python/helpers directory: [wheel](https://github.com/pypa/wheel). Updates `wheel` from 0.37.0 to 0.38.1 - [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.37.0...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.38.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- python/helpers/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/helpers/requirements.txt b/python/helpers/requirements.txt index 4f6c74e6f5..28244bb00e 100644 --- a/python/helpers/requirements.txt +++ b/python/helpers/requirements.txt @@ -5,7 +5,7 @@ hashin==0.15.0 pipenv==2021.5.29 pipfile==0.0.2 poetry==1.1.11 -wheel==0.37.0 +wheel==0.38.1 # Some dependencies will only install if Cython is present Cython==0.29.24