From 78a35f6a8c6c589f52b11c08aac259a3aaf9e7a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:36:49 +0000 Subject: [PATCH] pip prod(deps): bump wheel from 0.37.1 to 0.38.1 in the pip group Bumps the pip group with 1 update: [wheel](https://github.com/pypa/wheel). Updates `wheel` from 0.37.1 to 0.38.1 - [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:production dependency-group: pip ... 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..cf01dce725 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -1,4 +1,4 @@ -wheel==0.37.1 +wheel==0.38.1 python-coveralls==2.9.3 coverage==6.2; python_version < '3.11' coverage==7.4.4; python_version >= '3.11'