From 1c97e7b6b6a786b83ee7f14579c1b9712e43645a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 17:11:58 +0000 Subject: [PATCH] Update wheel requirement from >=0.37.0 to >=0.47.0 Updates the requirements on [wheel](https://github.com/pypa/wheel) to permit the latest version. - [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.47.0) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.47.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/pkgutils.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pkgutils.txt b/requirements/pkgutils.txt index 214a2ca..3e89591 100644 --- a/requirements/pkgutils.txt +++ b/requirements/pkgutils.txt @@ -1,5 +1,5 @@ setuptools>=59.2.0 -wheel>=0.37.0 +wheel>=0.47.0 flake8>=7.3.0 tox>=4.30.3 sphinx2rst>=1.1.0