From dd385177204232f3e0c4811f808071b708817d15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 21:16:36 +0000 Subject: [PATCH] Update wheel requirement in the pip group across 1 directory Updates the requirements on [wheel](https://github.com/pypa/wheel) to permit the latest version. Updates `wheel` to 0.45.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.0...0.45.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index 9800aed..77826cc 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -5,4 +5,4 @@ pytest-cov==3.* pytest-mock==3.* pytest==6.* twine==3.* -wheel==0.37.* +wheel==0.45.*