From ef84556709fc77309ab32ceecd732fc7609feeb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 22:29:13 +0000 Subject: [PATCH] Bump wheel from 0.46.2 to 0.47.0 in /services/ui Bumps [wheel](https://github.com/pypa/wheel) from 0.46.2 to 0.47.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- services/ui/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/ui/pyproject.toml b/services/ui/pyproject.toml index 0b7524e..9d8b84c 100644 --- a/services/ui/pyproject.toml +++ b/services/ui/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "gunicorn==25.3.0", "pip==26.1.2", "setuptools==83.0.0", - "wheel==0.46.2", + "wheel==0.47.0", ] [project.scripts]