]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update wheel requirement from ^0.34.2 to ^0.35.0 573/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 14 Aug 2020 05:23:08 +0000 (05:23 +0000)
committerGitHub <noreply@github.com>
Fri, 14 Aug 2020 05:23:08 +0000 (05:23 +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/master/docs/news.rst)
- [Commits](https://github.com/pypa/wheel/compare/0.34.2...0.35.0)

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

index 92bbb54984149e791ac484c869f77d16e0555e54..44ef893d827178818cec19c16e01c9ae9609dece 100644 (file)
@@ -26,7 +26,7 @@ flake8 = "^3.7.9"
 sphinx = "^3.0.0"
 coverage = "^5.1"
 twine = "^3.1.1"
-wheel = "^0.34.2"
+wheel = "^0.35.0"
 
 [tool.poetry.extras]
 doh = ['requests', 'requests-toolbelt']