Skip to content

Commit

Permalink
Update flake8 to work on python3.12 (#32264)
Browse files Browse the repository at this point in the history
  • Loading branch information
sagudev committed May 9, 2024
1 parent aaf3d1b commit b5be89a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5be89a

Please sign in to comment.