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 @@ trio-websocket==0.10.2;python_version>="3.7"
46
46
pyopenssl == 23.2.0 ;python_version >= "3.7"
47
47
wsproto == 1.2.0 ;python_version >= "3.7"
48
48
selenium == 3.141.0 ;python_version < "3.7"
49
- selenium == 4.9.1 ;python_version >= "3.7"
49
+ selenium == 4.10.0 ;python_version >= "3.7"
50
50
msedge-selenium-tools == 3.141.3 ;python_version < "3.7"
51
51
cssselect == 1.1.0 ;python_version < "3.7"
52
52
cssselect == 1.2.0 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 170
170
'pyopenssl==23.2.0;python_version>="3.7"' ,
171
171
'wsproto==1.2.0;python_version>="3.7"' ,
172
172
'selenium==3.141.0;python_version<"3.7"' ,
173
- 'selenium==4.9.1 ;python_version>="3.7"' ,
173
+ 'selenium==4.10.0 ;python_version>="3.7"' ,
174
174
'msedge-selenium-tools==3.141.3;python_version<"3.7"' ,
175
175
'cssselect==1.1.0;python_version<"3.7"' ,
176
176
'cssselect==1.2.0;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments