From 62f126b7cf5eec925f99cc0fe76bb0b0291e6093 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 16:55:50 +0000 Subject: [PATCH] Update wheel requirement from ^0.35.0 to ^0.37.1 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.35.0...0.37.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 26f66cac..abf231f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ flake8 = "^5.0.3" sphinx = "^4.0.0" coverage = "^6.0" twine = "^4.0.0" -wheel = "^0.35.0" +wheel = "^0.37.1" pylint = "^2.7.4" mypy = ">=0.940" black = "^22.1.0" -- 2.47.3