diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-14 13:26:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-14 13:26:35 -0700 |
commit | 8933f303adfc99f72f4985f10507e1b7c64bcc0c (patch) | |
tree | 3886ba14895d7e4176cc127ec7b4f4c40326313d | |
parent | 5987af643f9bc6e5c9b43fc4c3013e6e41c50653 (diff) | |
download | dnspython-8933f303adfc99f72f4985f10507e1b7c64bcc0c.tar.gz |
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 508d117..7617862 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" |