Skip to content

Commit 8c7cc33

Browse files
committed
Update selenium to 4.8.0 (python_version>=3.7)
1 parent 2bd47c6 commit 8c7cc33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ websockets==10.4;python_version>="3.7"
4040
pyopenssl==23.0.0;python_version>="3.7"
4141
wsproto==1.2.0;python_version>="3.7"
4242
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"
4444
msedge-selenium-tools==3.141.3;python_version<"3.7"
4545
more-itertools==8.14.0;python_version<"3.7"
4646
more-itertools==9.0.0;python_version>="3.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
'pyopenssl==23.0.0;python_version>="3.7"',
165165
'wsproto==1.2.0;python_version>="3.7"',
166166
'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"',
168168
'msedge-selenium-tools==3.141.3;python_version<"3.7"',
169169
'more-itertools==8.14.0;python_version<"3.7"',
170170
'more-itertools==9.0.0;python_version>="3.7"',

0 commit comments

Comments
 (0)