File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11pip >= 25.0.1 ;python_version < "3.9"
2- pip >= 25.2 ;python_version >= "3.9"
2+ pip >= 25.3 ;python_version >= "3.9"
33packaging >= 25.0
44setuptools ~= 70.2 ;python_version < "3.10"
55setuptools >= 80.9.0 ;python_version >= "3.10"
@@ -52,7 +52,7 @@ websocket-client~=1.8.0;python_version<"3.9"
5252websocket-client ~= 1.9.0 ;python_version >= "3.9"
5353selenium == 4.27.1 ;python_version < "3.9"
5454selenium == 4.32.0 ;python_version >= "3.9" and python_version<"3.10"
55- selenium == 4.37 .0 ;python_version >= "3.10"
55+ selenium == 4.38 .0 ;python_version >= "3.10"
5656cssselect == 1.2.0 ;python_version < "3.9"
5757cssselect == 1.3.0 ;python_version >= "3.9"
5858sortedcontainers == 2.4.0
Original file line number Diff line number Diff line change 148148 python_requires = ">=3.8" ,
149149 install_requires = [
150150 'pip>=25.0.1;python_version<"3.9"' ,
151- 'pip>=25.2 ;python_version>="3.9"' ,
151+ 'pip>=25.3 ;python_version>="3.9"' ,
152152 'packaging>=25.0' ,
153153 'setuptools~=70.2;python_version<"3.10"' , # Newer ones had issues
154154 'setuptools>=80.9.0;python_version>="3.10"' ,
201201 'websocket-client~=1.9.0;python_version>="3.9"' ,
202202 'selenium==4.27.1;python_version<"3.9"' ,
203203 'selenium==4.32.0;python_version>="3.9" and python_version<"3.10"' ,
204- 'selenium==4.37 .0;python_version>="3.10"' ,
204+ 'selenium==4.38 .0;python_version>="3.10"' ,
205205 'cssselect==1.2.0;python_version<"3.9"' ,
206206 'cssselect==1.3.0;python_version>="3.9"' ,
207207 "sortedcontainers==2.4.0" ,
You can’t perform that action at this time.
0 commit comments