File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 11requests_toolbelt >= 1.0.0
2+ urllib3 < 3
23
34# ------------ Python >= 3.9 ------------
45requests >= 2.32.2 ; python_version >= "3.9"
5- urllib3 < 3 ; python_version >= "3.9"
66
77# ------------ 3.7 <= Python < 3.9 ------------
88requests >= 2.22.0 ,< 2.32 ; python_version >= "3.7" and python_version < "3.9"
9- urllib3 < 2 ; python_version >= "3.7" and python_version < "3.9"
109
1110# ------------ Python < 3.7 ------------
12- requests >= 2.22.0 ,< 2.28 ; python_version < "3.7"
13- urllib3 < 2 ; python_version < "3.7"
11+ requests >= 2.22.0 ,< 2.28 ; python_version < "3.7"
Original file line number Diff line number Diff line change 11requests_toolbelt>=1.0.0
2+ urllib3<3
23
34# ------------ Python >= 3.9 ------------
45requests>=2.32.2; python_version >= "3.9"
5- urllib3<3; python_version >= "3.9"
66coverage>=7.6.0; python_version >= "3.13"
77coverage>=7.5.0; python_version >= "3.9" and python_version < "3.13"
88
99# ------------ 3.7 <= Python < 3.9 ------------
1010requests>=2.22.0,<2.32; python_version >= "3.7" and python_version < "3.9"
11- urllib3<2; python_version >= "3.7" and python_version < "3.9"
1211coverage>=5.0,<7.0; python_version >= "3.7" and python_version < "3.9"
1312
1413# ------------ Python < 3.7 ------------
1514requests>=2.22.0,<2.28; python_version < "3.7"
16- urllib3<2; python_version < "3.7"
1715coverage==4.5.4; python_version < "3.7"
1816
1917# ------------ responses versions ------------
You can’t perform that action at this time.
0 commit comments