]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update wheel requirement from ^0.35.0 to ^0.37.1 836/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 5 Sep 2022 16:55:50 +0000 (16:55 +0000)
committerGitHub <noreply@github.com>
Mon, 5 Sep 2022 16:55:50 +0000 (16:55 +0000)
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.35.0...0.37.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
pyproject.toml

index 26f66cacd63f25629ef46c8f42da31568ca0509f..abf231f99d323893c0b84f77e26d603d8549f5f6 100644 (file)
@@ -55,7 +55,7 @@ flake8 = "^5.0.3"
 sphinx = "^4.0.0"
 coverage = "^6.0"
 twine = "^4.0.0"
-wheel = "^0.35.0"
+wheel = "^0.37.1"
 pylint = "^2.7.4"
 mypy = ">=0.940"
 black = "^22.1.0"