From 3f39f5e55bcc12882f12cb6e41c0afb25ebb96af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 06:53:20 +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 b626b38..7d3b53b 100644 --- a/vote/requirements.txt +++ b/vote/requirements.txt @@ -8,4 +8,4 @@ opentelemetry-exporter-otlp-proto-grpc opentelemetry-instrumentation-flask opentelemetry-instrumentation-redis jaraco.context>=6.1.0 -wheel>=0.46.2 +wheel>=0.47.0