From 321d15b1f7272bf900279f5010fee92f219562ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 07:43:55 +0000 Subject: [PATCH] Update wheel requirement from <0.47,>=0.42.0 to >=0.42.0,<0.48 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.42.0...0.47.0) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.47.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef616b6..8d3cb9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ download = "https://pypi.org/project/frouros/" [build-system] requires = [ "setuptools>=61.0,<83.0", - "wheel>=0.42.0,<0.47", + "wheel>=0.42.0,<0.48", "toml>=0.10.2,<0.11", "build>=1.0.3,<1.5", ]