File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ py_wheel(
215
215
python_requires = ">=3.7" ,
216
216
python_tag = "py3" ,
217
217
requires = [
218
- "urllib3[socks]~ =1.26" ,
218
+ "urllib3[socks]> =1.26,<3 " ,
219
219
"trio~=0.17" ,
220
220
"trio-websocket~=0.9" ,
221
221
"certifi>=2021.10.8" ,
Original file line number Diff line number Diff line change @@ -29,6 +29,6 @@ sortedcontainers==2.4.0
29
29
toml == 0.10.2
30
30
trio == 0.20.0
31
31
trio-websocket == 0.9.2
32
- urllib3 [socks ]== 1.26.9
32
+ urllib3 [socks ]== 2.0.2
33
33
wsproto == 1.1.0
34
34
zipp == 3.8.0
Original file line number Diff line number Diff line change 71
71
'selenium.webdriver.support' , ],
72
72
'include_package_data' : True ,
73
73
'install_requires' : [
74
- "urllib3[socks]~ =1.26" ,
74
+ "urllib3[socks]> =1.26,<3 " ,
75
75
"trio~=0.17" ,
76
76
"trio-websocket~=0.9" ,
77
77
"certifi>=2021.10.8" ,
You can’t perform that action at this time.
0 commit comments