From 93f53102fec5fd239feebb4aaa742fdfa08f363c Mon Sep 17 00:00:00 2001 From: Michael Rapp Date: Fri, 9 Aug 2024 23:24:19 +0200 Subject: [PATCH] Update dependency "wheel" to version 0.44 or greater. --- scons/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scons/requirements.txt b/scons/requirements.txt index ffab0f2a44..5f612e6fab 100644 --- a/scons/requirements.txt +++ b/scons/requirements.txt @@ -11,6 +11,6 @@ pylint >= 3.2, < 3.3 setuptools scons >= 4.8, < 4.9 unittest-xml-reporting >= 3.2, < 3.3 -wheel >= 0.43, < 0.44 +wheel >= 0.44, < 0.45 yamlfix >= 1.16, < 1.17 yapf >= 0.40, < 0.41