File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- pip >= 23.2.1
1+ pip >= 23.3
22packaging >= 23.2
33setuptools >= 68.0.0 ;python_version < "3.8"
44setuptools >= 68.2.2 ;python_version >= "3.8"
@@ -14,13 +14,13 @@ six==1.16.0
1414idna == 3.4
1515chardet == 5.2.0
1616charset-normalizer == 3.3.0
17- urllib3 >= 1.26.16 ,< 2 ;python_version < "3.10"
18- urllib3 >= 1.26.16 ,< 2.1.0 ;python_version >= "3.10"
17+ urllib3 >= 1.26.18 ,< 2 ;python_version < "3.10"
18+ urllib3 >= 1.26.18 ,< 2.1.0 ;python_version >= "3.10"
1919requests == 2.31.0
2020pynose == 1.4.8
2121sniffio == 1.3.0
2222h11 == 0.14.0
23- outcome == 1.2 .0
23+ outcome == 1.3 .0
2424trio == 0.22.2
2525trio-websocket == 0.11.1
2626wsproto == 1.2.0
Original file line number Diff line number Diff line change 131131 ],
132132 python_requires = ">=3.7" ,
133133 install_requires = [
134- 'pip>=23.2.1 ' ,
134+ 'pip>=23.3 ' ,
135135 'packaging>=23.2' ,
136136 'setuptools>=68.0.0;python_version<"3.8"' ,
137137 'setuptools>=68.2.2;python_version>="3.8"' ,
147147 "idna==3.4" ,
148148 'chardet==5.2.0' ,
149149 'charset-normalizer==3.3.0' ,
150- 'urllib3>=1.26.16 ,<2;python_version<"3.10"' ,
151- 'urllib3>=1.26.16 ,<2.1.0;python_version>="3.10"' ,
150+ 'urllib3>=1.26.18 ,<2;python_version<"3.10"' ,
151+ 'urllib3>=1.26.18 ,<2.1.0;python_version>="3.10"' ,
152152 'requests==2.31.0' ,
153153 "pynose==1.4.8" ,
154154 'sniffio==1.3.0' ,
155155 'h11==0.14.0' ,
156- 'outcome==1.2 .0' ,
156+ 'outcome==1.3 .0' ,
157157 'trio==0.22.2' ,
158158 'trio-websocket==0.11.1' ,
159159 'wsproto==1.2.0' ,
You can’t perform that action at this time.
0 commit comments