From 068592af974280c9527a174c811df525d93c8a41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 12:59:05 +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 b85a4b66..e19f371b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ anytree ~= 2.12 colorama ~= 0.4 oelint-parser ~= 2.11 urllib3 ~= 2.1 -wheel ~= 0.41 \ No newline at end of file +wheel ~= 0.42 \ No newline at end of file