Skip to content

Commit 3198989

Browse files
committed
Update pytest and its plugins to the latest versions
- pytest v8.4.2 - pytest-cov v7.0.0 - pytest-sugar v1.1.1 closes #1022, closes #1016, closes #1029
1 parent 20112b6 commit 3198989

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ coverage==7.10.6
22
# flake8 version is also specified in .github/workflows/ci-cd.yml
33
flake8==5.0.4
44
ipdb==0.13.13
5-
pytest==7.3.2
6-
pytest-cov==4.1.0
7-
pytest-sugar==0.9.7
5+
pytest==8.4.2
6+
pytest-cov==7.0.0
7+
pytest-sugar==1.1.1
88
PyMySQL==1.1.2
99
SQLAlchemy==1.3.24
1010
uvloop==0.21.0

0 commit comments

Comments
 (0)