From de3d4db1f714e51fbfb2100bedbc99570be0945c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 19:22:46 +0000 Subject: [PATCH] chore(deps): update wheel requirement from >=0.46.2 to >=0.48.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.48.0) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.48.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..dc9651e 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.48.0