From 3b232f3592c891cdc76eb87384e7f84360253281 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 22:18:17 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(deps):=20update=20wheel=20re?= =?UTF-8?q?quirement=20from=20>=3D0.36.2=20to=20>=3D0.47.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.36.2...0.47.0) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.47.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 002e904..09cb44c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ bump2version = "^1.0.1" python-dotenv = "^1.0.0" cryptography = "^46.0.5" requests = "^2.34.2" -wheel = ">=0.36.2" +wheel = ">=0.47.0" [tool.poetry.group.dev.dependencies] pre-commit = "^4.0.0"