Skip to content

Commit c4ff004

Browse files
committed
Refresh Python dependencies
1 parent aeb36bf commit c4ff004

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
@@ -50,7 +50,7 @@ outcome==1.2.0;python_version>="3.7"
5050
trio==0.21.0;python_version>="3.7"
5151
trio-websocket==0.9.2;python_version>="3.7"
5252
pyopenssl==22.0.0;python_version>="3.7"
53-
wsproto==1.1.0;python_version>="3.7"
53+
wsproto==1.2.0;python_version>="3.7"
5454
selenium==3.141.0;python_version<"3.7"
5555
selenium==4.4.3;python_version>="3.7"
5656
msedge-selenium-tools==3.141.3;python_version<"3.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
'trio==0.21.0;python_version>="3.7"',
176176
'trio-websocket==0.9.2;python_version>="3.7"',
177177
'pyopenssl==22.0.0;python_version>="3.7"',
178-
'wsproto==1.1.0;python_version>="3.7"',
178+
'wsproto==1.2.0;python_version>="3.7"',
179179
'selenium==3.141.0;python_version<"3.7"',
180180
'selenium==4.4.3;python_version>="3.7"',
181181
'msedge-selenium-tools==3.141.3;python_version<"3.7"',

0 commit comments

Comments
 (0)