Skip to content

Commit 1b49810

Browse files
committed
Upgrade to selenium==4.3.0
1 parent e0f94c8 commit 1b49810

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
@@ -49,7 +49,7 @@ trio-websocket==0.9.2;python_version>="3.7"
4949
pyopenssl==22.0.0;python_version>="3.7"
5050
wsproto==1.1.0;python_version>="3.7"
5151
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"
5353
msedge-selenium-tools==3.141.3;python_version<"3.7"
5454
more-itertools==5.0.0;python_version<"3.5"
5555
more-itertools==8.13.0;python_version>="3.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
'pyopenssl==22.0.0;python_version>="3.7"',
175175
'wsproto==1.1.0;python_version>="3.7"',
176176
'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"',
178178
'msedge-selenium-tools==3.141.3;python_version<"3.7"',
179179
'more-itertools==5.0.0;python_version<"3.5"',
180180
'more-itertools==8.13.0;python_version>="3.5"',

0 commit comments

Comments
 (0)