]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update wheel requirement from ^0.40.0 to ^0.41.0 (#965)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 24 Jul 2023 18:17:44 +0000 (11:17 -0700)
committerGitHub <noreply@github.com>
Mon, 24 Jul 2023 18:17:44 +0000 (11:17 -0700)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pyproject.toml

index 5cf24188a515f5417f3c2a3da53dea3b58c2f5d7..6421b16ef7af20823baec96e047c9d85c99cebf2 100644 (file)
@@ -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"