From c2d32ddf3d337bc622aa708c1025863d2b407683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 07:33:19 +0000 Subject: [PATCH] Update wheel requirement from >=0.45.1 to >=0.46.3 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.45.1...0.46.3) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.46.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1ed45b1..931e8ed 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ ruff >= 0.11.11 # yamllint>=1.37.0 pre-commit>=4.2.0 mypy>=1.15.0 -wheel>=0.45.1 +wheel>=0.46.3 pathspec >= 0.12.1 gitpython >= 3.1.44 homeassistant >= 2025.5.3