From 1fa31d83e08c532d208caab9fb11ab70309e29c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 18:44:19 +0000 Subject: [PATCH] build(deps): update wheel requirement from ~=0.41 to ~=0.42 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.41.0...0.42.0) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e1f928d..e138ffa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ regex == 2023.10.3 -wheel ~= 0.41 +wheel ~= 0.42