Skip to content

Commit 96b49b5

Browse files
authored
Merge pull request #78 from siliconcompiler/dependabot/pip/python-packages-6511fc73f7
Bump flake8 from 7.1.2 to 7.2.0 in the python-packages group
2 parents 875a5f0 + 4a4e2da commit 96b49b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
#:test
33
pytest == 8.3.5
44
pytest-timeout == 2.3.1
5-
flake8 == 7.1.2
5+
flake8 == 7.1.2; python_version <= '3.8'
6+
flake8 == 7.2.0; python_version >= '3.9'

0 commit comments

Comments
 (0)