Skip to content

Commit 91d1154

Browse files
committed
Upgrade flake8 and pytest
1 parent a864b11 commit 91d1154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.testing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pytest>=7.1.2 # framework that makes it easy to write small tests
1+
pytest>=8.3.3 # framework that makes it easy to write small tests
22
pytest-cov>=3.0.0 # allows generation of coverage reports with pytest
33

44
pylint>=2.14.5 # checks style, syntax and other useful errors
5-
flake8>=4.0.1 # checks style, syntax and other useful errors
5+
flake8>=7.1.2 # checks style, syntax and other useful errors

0 commit comments

Comments
 (0)