From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 18:17:44 +0000 (-0700) Subject: Update wheel requirement from ^0.40.0 to ^0.41.0 (#965) X-Git-Tag: v2.5.0rc1~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef6cf0b6776c54e3b59791993ea7a6138efef775;p=thirdparty%2Fdnspython.git Update wheel requirement from ^0.40.0 to ^0.41.0 (#965) Updates the requirements on [wheel](https://github.com/pypa/wheel) to permit the latest version. - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.40.0...0.41.0) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/pyproject.toml b/pyproject.toml index 5cf24188..6421b16e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ flake8 = "^5.0.3" sphinx = "^7.0.0" coverage = "^7.0" twine = "^4.0.0" -wheel = "^0.40.0" +wheel = "^0.41.0" pylint = "^2.7.4" mypy = ">=1.0.1" black = "^23.1.0"