1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-22 18:48:14 +00: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
[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"
[project]