Update flake8 to work on python3.12 (#32264)

This commit is contained in:
Samson 2024-05-09 17:47:01 +02:00 committed by GitHub
parent aaf3d1bfd9
commit b5be89aebc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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