Update wheel requirement from <0.47,>=0.43 to >=0.43,<0.48 (#15926)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-04-22 19:12:15 -05:00
committed by GitHub
parent 6253947311
commit 17f9269841
+1 -1
View File
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools==82.0.1", "wheel>=0.43,<0.47"]
requires = ["setuptools==82.0.1", "wheel>=0.43,<0.48"]
build-backend = "setuptools.build_meta"
[project]