Skip to content

Commit a68f3e6

Browse files
committed
Upgrade to selenium==4.11.2
1 parent c70e8b2 commit a68f3e6

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
@@ -34,7 +34,7 @@ trio==0.22.2;python_version>="3.7"
3434
trio-websocket==0.10.3;python_version>="3.7"
3535
wsproto==1.2.0;python_version>="3.7"
3636
selenium==3.141.0;python_version<"3.7"
37-
selenium==4.10.0;python_version>="3.7"
37+
selenium==4.11.2;python_version>="3.7"
3838
msedge-selenium-tools==3.141.3;python_version<"3.7"
3939
cssselect==1.1.0;python_version<"3.7"
4040
cssselect==1.2.0;python_version>="3.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
'trio-websocket==0.10.3;python_version>="3.7"',
169169
'wsproto==1.2.0;python_version>="3.7"',
170170
'selenium==3.141.0;python_version<"3.7"',
171-
'selenium==4.10.0;python_version>="3.7"',
171+
'selenium==4.11.2;python_version>="3.7"',
172172
'msedge-selenium-tools==3.141.3;python_version<"3.7"',
173173
'cssselect==1.1.0;python_version<"3.7"',
174174
'cssselect==1.2.0;python_version>="3.7"',

0 commit comments

Comments
 (0)