From 8933f303adfc99f72f4985f10507e1b7c64bcc0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 13:26:35 -0700 Subject: [PATCH] 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> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3