Skip to content

Commit 0733409

Browse files
committed
chore: updated version of coverage
1 parent 3ed267f commit 0733409

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

requirements/test.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,24 @@ requests_toolbelt>=1.0.0
33
# ------------ Python >= 3.9 ------------
44
requests>=2.32.2; python_version >= "3.9"
55
urllib3<3; python_version >= "3.9"
6-
6+
coverage>=7.5.0; python_version >= "3.9" and python_version < "3.13"
7+
coverage>=7.6.0; python_version >= "3.13"
78

89
# ------------ 3.7 <= Python < 3.9 ------------
910
requests>=2.22.0,<2.32; python_version >= "3.7" and python_version < "3.9"
1011
urllib3<2; python_version >= "3.7" and python_version < "3.9"
12+
coverage>=5.0,<7.0; python_version >= "3.7" and python_version < "3.9"
1113

1214
# ------------ Python < 3.7 ------------
1315
requests>=2.22.0,<2.28; python_version < "3.7"
1416
urllib3<2; python_version < "3.7"
17+
coverage==4.5.4; python_version < "3.7"
1518

19+
# ------------ responses versions ------------
1620
responses>=0.25.0; python_version >= "3.8"
1721
responses>=0.18.0,<0.25; python_version >= "3.7" and python_version < "3.8"
1822
responses<0.18.0; python_version < "3.7"
1923

24+
# ------------ Dev tools ------------
2025
black==19.10b0
21-
coverage==4.5.4
22-
tox==3.14.2
26+
tox==3.14.2

0 commit comments

Comments
 (0)