File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ setuptools~=70.2;python_version<"3.10"
44setuptools >= 82.0.0 ;python_version >= "3.10"
55wheel >= 0.46.3
66attrs >= 25.4.0
7- certifi >= 2026.1.4
7+ certifi >= 2026.2.25
88exceptiongroup >= 1.3.1
99websockets ~= 15.0.1 ;python_version < "3.10"
1010websockets >= 16.0 ;python_version >= "3.10"
@@ -29,7 +29,6 @@ pyreadline3>=3.5.4;platform_system=="Windows"
2929tabcompleter >= 1.4.0
3030pdbp >= 1.8.2
3131idna >= 3.11
32- chardet == 5.2.0
3332charset-normalizer >= 3.4.4 ,< 4
3433urllib3 >= 1.26.20 ,< 2 ;python_version < "3.10"
3534urllib3 >= 1.26.20 ,< 3 ;python_version >= "3.10"
Original file line number Diff line number Diff line change 152152 'setuptools>=82.0.0;python_version>="3.10"' ,
153153 'wheel>=0.46.3' ,
154154 'attrs>=25.4.0' ,
155- 'certifi>=2026.1.4 ' ,
155+ 'certifi>=2026.2.25 ' ,
156156 'exceptiongroup>=1.3.1' ,
157157 'websockets~=15.0.1;python_version<"3.10"' ,
158158 'websockets>=16.0;python_version>="3.10"' ,
177177 'tabcompleter>=1.4.0' ,
178178 'pdbp>=1.8.2' ,
179179 'idna>=3.11' ,
180- 'chardet==5.2.0' ,
181180 'charset-normalizer>=3.4.4,<4' ,
182181 'urllib3>=1.26.20,<2;python_version<"3.10"' ,
183182 'urllib3>=1.26.20,<3;python_version>="3.10"' ,
You can’t perform that action at this time.
0 commit comments