From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 20:26:35 +0000 (-0700) Subject: Update wheel requirement from ^0.38.1 to ^0.40.0 (#910) X-Git-Tag: v2.4.0rc1~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8933f303adfc99f72f4985f10507e1b7c64bcc0c;p=thirdparty%2Fdnspython.git Update wheel requirement from ^0.38.1 to ^0.40.0 (#910) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/pyproject.toml b/pyproject.toml index 508d1174..7617862e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"