1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 11:22:24 +01:00

Update wheel requirement from ~=0.43.0 to >=0.43,<0.46 (#8421)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-03-20 13:08:25 -10:00
committed by GitHub
parent 874026ca8f
commit dfbfb2a2bb

View File

@@ -1,5 +1,5 @@
[build-system] [build-system]
requires = ["setuptools==76.0.0", "wheel~=0.43.0"] requires = ["setuptools==76.0.0", "wheel>=0.43,<0.46"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[project] [project]