From 2042eb82764d50e23d4d52068800f17b6aa33eab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 07:47:14 +0000 Subject: [PATCH] build(deps): update wheel requirement 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.43.0...0.47.0) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.47.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements.build.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.build.txt b/requirements/requirements.build.txt index d3bf1b2..0afe70a 100644 --- a/requirements/requirements.build.txt +++ b/requirements/requirements.build.txt @@ -1,4 +1,4 @@ setuptools>=70.3.0,<83.0.0 -wheel>=0.43.0,<1.0.0 +wheel>=0.47.0,<1.0.0 build>=1.1.1,<2.0.0 twine>=6.0.1,<7.0.0