Skip to content

Commit 9f47f5f

Browse files
committed
Upgrade Selenium
1 parent 0949787 commit 9f47f5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ trio-websocket==0.12.1
4343
wsproto==1.2.0
4444
websocket-client==1.8.0
4545
selenium==4.27.1;python_version<"3.9"
46-
selenium==4.28.1;python_version>="3.9"
46+
selenium==4.29.0;python_version>="3.9"
4747
cssselect==1.2.0
4848
sortedcontainers==2.4.0
4949
execnet==2.1.1

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
'wsproto==1.2.0',
193193
'websocket-client==1.8.0',
194194
'selenium==4.27.1;python_version<"3.9"',
195-
'selenium==4.28.1;python_version>="3.9"',
195+
'selenium==4.29.0;python_version>="3.9"',
196196
'cssselect==1.2.0',
197197
"sortedcontainers==2.4.0",
198198
'execnet==2.1.1',

0 commit comments

Comments
 (0)