From 8a7d32855be937d2e87565e10a8cdc3d859b357b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 17:53:42 +0000 Subject: [PATCH] build(deps): update wheel requirement in /requirements 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.29.0...0.47.0) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.47.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/dist.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dist.txt b/requirements/dist.txt index 0e086ab03..4f9a5dc99 100644 --- a/requirements/dist.txt +++ b/requirements/dist.txt @@ -9,6 +9,6 @@ sphinx2rst>=1.0 tox>=2.3.1 twine vulture -wheel>=0.29.0 +wheel>=0.47.0 intervaltree importlib-metadata; python_version<'3.8'