build(deps-dev): update wheel requirement from >=0.37.0 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.37.0...0.46.3)

---
updated-dependencies:
- dependency-name: wheel
  dependency-version: 0.46.3
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-04-13 17:07:46 +00:00
committed by Roland Kurmann
parent 9bb5c303ee
commit 68005ce331

View File

@@ -4,7 +4,7 @@ requires = [
"nuitka",
# https://setuptools-git-versioning.readthedocs.io/en/latest/differences.html
"setuptools-git-versioning",
"wheel>=0.37.0",
"wheel>=0.46.3",
]
build-backend = "setuptools.build_meta"