Skip to content

Commit 0f5655c

Browse files
JohnVillalovosnejch
authored andcommitted
chore(deps): upgrade coverage to 7.11.0 for Python > 3.9
For Python versions newer than 3.9 use 'coverage==7.11.0' For 3.9 and older continue to use 'coverage==7.10.7'
1 parent e213849 commit 0f5655c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements-test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
-r requirements.txt
22
anyio==4.11.0
33
build==1.3.0
4-
coverage==7.10.7
4+
coverage==7.10.7 ; python_version <= '3.9'
5+
coverage==7.11.0 ; python_version > '3.9'
56
pytest-console-scripts==1.4.1
67
pytest-cov==7.0.0
78
pytest-github-actions-annotate-failures==0.3.0

0 commit comments

Comments
 (0)