Skip to content

Commit 547a5ee

Browse files
committed
Upgrade to selenium==4.10.0
1 parent 381a71f commit 547a5ee

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
@@ -46,7 +46,7 @@ trio-websocket==0.10.2;python_version>="3.7"
4646
pyopenssl==23.2.0;python_version>="3.7"
4747
wsproto==1.2.0;python_version>="3.7"
4848
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"
5050
msedge-selenium-tools==3.141.3;python_version<"3.7"
5151
cssselect==1.1.0;python_version<"3.7"
5252
cssselect==1.2.0;python_version>="3.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
'pyopenssl==23.2.0;python_version>="3.7"',
171171
'wsproto==1.2.0;python_version>="3.7"',
172172
'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"',
174174
'msedge-selenium-tools==3.141.3;python_version<"3.7"',
175175
'cssselect==1.1.0;python_version<"3.7"',
176176
'cssselect==1.2.0;python_version>="3.7"',

0 commit comments

Comments
 (0)