From cf6dd610aba9663fcaadb9d58130ac68c7c810d1 Mon Sep 17 00:00:00 2001 From: Michael Rapp Date: Sat, 16 Nov 2024 16:05:07 +0100 Subject: [PATCH] Update dependency "yapf" to version 0.43 or greater. --- scons/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scons/requirements.txt b/scons/requirements.txt index 8b73975cc..e9b827c1d 100644 --- a/scons/requirements.txt +++ b/scons/requirements.txt @@ -13,4 +13,4 @@ scons >= 4.8, < 4.9 unittest-xml-reporting >= 3.2, < 3.3 wheel >= 0.45, < 0.46 yamlfix >= 1.17, < 1.18 -yapf >= 0.40, < 0.41 +yapf >= 0.43, < 0.44