File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -3,20 +3,24 @@ requests_toolbelt>=1.0.0
33# ------------ Python >= 3.9 ------------
44requests>=2.32.2; python_version >= "3.9"
55urllib3<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 ------------
910requests>=2.22.0,<2.32; python_version >= "3.7" and python_version < "3.9"
1011urllib3<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 ------------
1315requests>=2.22.0,<2.28; python_version < "3.7"
1416urllib3<2; python_version < "3.7"
17+ coverage==4.5.4; python_version < "3.7"
1518
19+ # ------------ responses versions ------------
1620responses>=0.25.0; python_version >= "3.8"
1721responses>=0.18.0,<0.25; python_version >= "3.7" and python_version < "3.8"
1822responses<0.18.0; python_version < "3.7"
1923
24+ # ------------ Dev tools ------------
2025black==19.10b0
21- coverage==4.5.4
22- tox==3.14.2
26+ tox==3.14.2
You can’t perform that action at this time.
0 commit comments