From b5be89aebc636bfa4e670e3d6e78bc603f23ba8e Mon Sep 17 00:00:00 2001 From: Samson <16504129+sagudev@users.noreply.github.com> Date: Thu, 9 May 2024 17:47:01 +0200 Subject: [PATCH] Update flake8 to work on python3.12 (#32264) --- python/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index c05309efd5c..0b5e693a98d 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -9,9 +9,9 @@ setuptools == 68.2.2 toml == 0.9.2 # For Python linting -flake8 == 3.8.3 +flake8 == 7.0.0 pep8 == 1.5.7 -pyflakes == 2.2.0 +pyflakes == 3.2.0 # For test-webidl ply == 3.8