From 069549c1c3e201618a9dab318adebf97da1e12f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Nov 2022 16:08:34 +0000 Subject: [PATCH] Update wheel requirement from ^0.37.1 to ^0.38.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.37.1...0.38.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 7c3a3128..cb9b4ac7 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.37.1" +wheel = "^0.38.1" pylint = "^2.7.4" mypy = ">=0.940" black = "^22.1.0" -- 2.47.3