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 @@ -49,7 +49,7 @@ trio-websocket==0.9.2;python_version>="3.7"
49
49
pyopenssl == 22.0.0 ;python_version >= "3.7"
50
50
wsproto == 1.1.0 ;python_version >= "3.7"
51
51
selenium == 3.141.0 ;python_version < "3.7"
52
- selenium == 4.2 .0 ;python_version >= "3.7"
52
+ selenium == 4.3 .0 ;python_version >= "3.7"
53
53
msedge-selenium-tools == 3.141.3 ;python_version < "3.7"
54
54
more-itertools == 5.0.0 ;python_version < "3.5"
55
55
more-itertools == 8.13.0 ;python_version >= "3.5"
Original file line number Diff line number Diff line change 174
174
'pyopenssl==22.0.0;python_version>="3.7"' ,
175
175
'wsproto==1.1.0;python_version>="3.7"' ,
176
176
'selenium==3.141.0;python_version<"3.7"' ,
177
- 'selenium==4.2 .0;python_version>="3.7"' ,
177
+ 'selenium==4.3 .0;python_version>="3.7"' ,
178
178
'msedge-selenium-tools==3.141.3;python_version<"3.7"' ,
179
179
'more-itertools==5.0.0;python_version<"3.5"' ,
180
180
'more-itertools==8.13.0;python_version>="3.5"' ,
You can’t perform that action at this time.
0 commit comments