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 @@ -40,7 +40,7 @@ websockets==10.4;python_version>="3.7"
40
40
pyopenssl == 23.0.0 ;python_version >= "3.7"
41
41
wsproto == 1.2.0 ;python_version >= "3.7"
42
42
selenium == 3.141.0 ;python_version < "3.7"
43
- selenium == 4.7.2 ;python_version >= "3.7"
43
+ selenium == 4.8.0 ;python_version >= "3.7"
44
44
msedge-selenium-tools == 3.141.3 ;python_version < "3.7"
45
45
more-itertools == 8.14.0 ;python_version < "3.7"
46
46
more-itertools == 9.0.0 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 164
164
'pyopenssl==23.0.0;python_version>="3.7"' ,
165
165
'wsproto==1.2.0;python_version>="3.7"' ,
166
166
'selenium==3.141.0;python_version<"3.7"' ,
167
- 'selenium==4.7.2 ;python_version>="3.7"' ,
167
+ 'selenium==4.8.0 ;python_version>="3.7"' ,
168
168
'msedge-selenium-tools==3.141.3;python_version<"3.7"' ,
169
169
'more-itertools==8.14.0;python_version<"3.7"' ,
170
170
'more-itertools==9.0.0;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments