File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ trio-websocket==0.12.2
4545wsproto == 1.2.0
4646websocket-client == 1.8.0
4747selenium == 4.27.1 ;python_version < "3.9"
48- selenium == 4.33.0 ;python_version >= "3.9"
48+ selenium == 4.32.0 ;python_version >= "3.9" and python_version<"3.10"
49+ selenium == 4.33.0 ;python_version >= "3.10"
4950cssselect == 1.2.0 ;python_version < "3.9"
5051cssselect == 1.3.0 ;python_version >= "3.9"
5152sortedcontainers == 2.4.0
Original file line number Diff line number Diff line change 196196 'wsproto==1.2.0' ,
197197 'websocket-client==1.8.0' ,
198198 'selenium==4.27.1;python_version<"3.9"' ,
199- 'selenium==4.33.0;python_version>="3.9"' ,
199+ 'selenium==4.32.0;python_version>="3.9" and python_version<"3.10"' ,
200+ 'selenium==4.33.0;python_version>="3.10"' ,
200201 'cssselect==1.2.0;python_version<"3.9"' ,
201202 'cssselect==1.3.0;python_version>="3.9"' ,
202203 "sortedcontainers==2.4.0" ,
You can’t perform that action at this time.
0 commit comments