File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ wsproto==1.2.0
46
46
websocket-client == 1.8.0
47
47
selenium == 4.27.1 ;python_version < "3.9"
48
48
selenium == 4.32.0 ;python_version >= "3.9" and python_version<"3.10"
49
- selenium == 4.34.0 ;python_version >= "3.10"
49
+ selenium == 4.34.1 ;python_version >= "3.10"
50
50
cssselect == 1.2.0 ;python_version < "3.9"
51
51
cssselect == 1.3.0 ;python_version >= "3.9"
52
52
sortedcontainers == 2.4.0
Original file line number Diff line number Diff line change 194
194
'websocket-client==1.8.0' ,
195
195
'selenium==4.27.1;python_version<"3.9"' ,
196
196
'selenium==4.32.0;python_version>="3.9" and python_version<"3.10"' ,
197
- 'selenium==4.34.0 ;python_version>="3.10"' ,
197
+ 'selenium==4.34.1 ;python_version>="3.10"' ,
198
198
'cssselect==1.2.0;python_version<"3.9"' ,
199
199
'cssselect==1.3.0;python_version>="3.9"' ,
200
200
"sortedcontainers==2.4.0" ,
You can’t perform that action at this time.
0 commit comments