summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-08-14 05:23:08 +0000
committerGitHub <noreply@github.com>2020-08-14 05:23:08 +0000
commit6919710a2a0006529a68dfbc8c0e1c692d408aa3 (patch)
treee2cb82f15a88499bc0393b1cd9579539f3164052
parented752aa8a20bf4d494c8736b168345d233ed46bf (diff)
downloaddnspython-dependabot/pip/wheel-tw-0.35.0.tar.gz
Update wheel requirement from ^0.34.2 to ^0.35.0dependabot/pip/wheel-tw-0.35.0
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>
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 92bbb54..44ef893 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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']