]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update wheel requirement from ^0.37.1 to ^0.38.1 855/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 4 Nov 2022 16:08:34 +0000 (16:08 +0000)
committerGitHub <noreply@github.com>
Fri, 4 Nov 2022 16:08:34 +0000 (16:08 +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.37.1...0.38.1)

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

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

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