]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update wheel requirement from ^0.38.1 to ^0.40.0 (#910)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 14 Mar 2023 20:26:35 +0000 (13:26 -0700)
committerGitHub <noreply@github.com>
Tue, 14 Mar 2023 20:26:35 +0000 (13:26 -0700)
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.38.1...0.40.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pyproject.toml

index 508d11748049f01c8892e858e1ccfd48496d9e87..7617862e554003ba83ae2cbd33a0562ef255824c 100644 (file)
@@ -57,7 +57,7 @@ flake8 = "^5.0.3"
 sphinx = "^4.0.0"
 coverage = "^7.0"
 twine = "^4.0.0"
-wheel = "^0.38.1"
+wheel = "^0.40.0"
 pylint = "^2.7.4"
 mypy = ">=1.0.1"
 black = "^23.1.0"