From 51320f0ceb93dbff43bd04e4aba34f303ade2496 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 22:17:26 +0000 Subject: [PATCH] Update wheel requirement in the all-dependencies group Updates the requirements on [wheel](https://github.com/pypa/wheel) to permit the latest version. Updates `wheel` to 0.45.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.44.0...0.45.0) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 0e20a2f..1531eaa 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -9,5 +9,5 @@ pytest-cov~=6.0 pytest-gitignore~=1.3 pytest-mock~=3.14 setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability -wheel~=0.44 +wheel~=0.45 -e.