From bd5530c61d621cf734d9af805faf08111def8889 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 16:43:22 +0000 Subject: [PATCH] chore(deps): update wheel requirement from >=0.46.2 to >=0.47.0 in /vote 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.46.2...0.47.0) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.47.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- vote/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vote/requirements.txt b/vote/requirements.txt index 471f5d0..638c22a 100644 --- a/vote/requirements.txt +++ b/vote/requirements.txt @@ -3,4 +3,4 @@ Redis gunicorn prometheus_client jaraco.context>=6.1.0 -wheel>=0.46.2 +wheel>=0.47.0