From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2020 05:23:08 +0000 (+0000) Subject: Update wheel requirement from ^0.34.2 to ^0.35.0 X-Git-Tag: v2.1.0rc1~76^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6919710a2a0006529a68dfbc8c0e1c692d408aa3;p=thirdparty%2Fdnspython.git Update wheel requirement from ^0.34.2 to ^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] --- diff --git a/pyproject.toml b/pyproject.toml index 92bbb549..44ef893d 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']