File tree Expand file tree Collapse file tree 2 files changed +8
-15
lines changed
Expand file tree Collapse file tree 2 files changed +8
-15
lines changed Original file line number Diff line number Diff line change 11requests_toolbelt >= 1.0.0
2- urllib3 < 3
32
4- # ------------ Python >= 3.9 ------------
5- requests > =2.32.2 ; python_version >= "3.9"
3+ urllib3 < 3 ; python_version >= " 3.9"
4+ urllib3 ! =2.0.0 , < 3 ; python_version < "3.9"
65
7- # ------------ 3.7 <= Python < 3.9 ------------
6+ requests >= 2.32.2 ; python_version >= " 3.9"
87requests >= 2.22.0 ,< 2.32 ; python_version >= "3.7" and python_version < "3.9"
9-
10- # ------------ Python < 3.7 ------------
118requests >= 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
2+ urllib3<3; python_version >= "3.9"
3+ urllib3!=2.0.0,<3; python_version < "3.9"
34
4- # ------------ Python >= 3.9 ------------
55requests>=2.32.2; python_version >= "3.9"
6+ requests>=2.22.0,<2.32; python_version >= "3.7" and python_version < "3.9"
7+ requests>=2.22.0,<2.28; python_version < "3.7"
8+
69coverage>=7.6.0; python_version >= "3.13"
710coverage>=7.5.0; python_version >= "3.9" and python_version < "3.13"
8-
9- # ------------ 3.7 <= Python < 3.9 ------------
10- requests>=2.22.0,<2.32; python_version >= "3.7" and python_version < "3.9"
1111coverage>=5.0,<7.0; python_version >= "3.7" and python_version < "3.9"
12-
13- # ------------ Python < 3.7 ------------
14- requests>=2.22.0,<2.28; python_version < "3.7"
1512coverage==4.5.4; python_version < "3.7"
1613
17- # ------------ responses versions ------------
1814responses>=0.25.0; python_version >= "3.8"
1915responses>=0.18.0,<0.25; python_version >= "3.7" and python_version < "3.8"
2016responses<0.18.0; python_version < "3.7"
You can’t perform that action at this time.
0 commit comments