Update wheel requirement from <0.46,>=0.43 to >=0.43,<0.47 (#13451)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-01-22 11:16:53 -10:00
committed by GitHub
parent 6008abae62
commit 110c173eac
+1 -1
View File
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools==80.10.1", "wheel>=0.43,<0.46"]
requires = ["setuptools==80.10.1", "wheel>=0.43,<0.47"]
build-backend = "setuptools.build_meta"
[project]