From d3cb3142e752224d08ebd9eb7114f5c8f4b00ed1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 04:05:32 +0000 Subject: [PATCH] pip prod(deps): bump wheel from 0.37.1 to 0.43.0 Bumps [wheel](https://github.com/pypa/wheel) from 0.37.1 to 0.43.0. - [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.43.0) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 61153d0d62..dc617f576d 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -1,4 +1,4 @@ -wheel==0.37.1 +wheel==0.43.0 python-coveralls==2.9.3 coverage==6.2; python_version < '3.11' coverage==7.4.4; python_version >= '3.11'