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
45
45
wsproto == 1.2.0
46
46
websocket-client == 1.8.0
47
47
selenium == 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"
49
50
cssselect == 1.2.0 ;python_version < "3.9"
50
51
cssselect == 1.3.0 ;python_version >= "3.9"
51
52
sortedcontainers == 2.4.0
Original file line number Diff line number Diff line change 196
196
'wsproto==1.2.0' ,
197
197
'websocket-client==1.8.0' ,
198
198
'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"' ,
200
201
'cssselect==1.2.0;python_version<"3.9"' ,
201
202
'cssselect==1.3.0;python_version>="3.9"' ,
202
203
"sortedcontainers==2.4.0" ,
You can’t perform that action at this time.
0 commit comments