Skip to content

Commit 8317a07

Browse files
committed
Refresh Python dependencies
1 parent 6941812 commit 8317a07

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
@@ -42,7 +42,7 @@ sniffio==1.3.0;python_version>="3.7"
4242
h11==0.14.0;python_version>="3.7"
4343
outcome==1.2.0;python_version>="3.7"
4444
trio==0.22.0;python_version>="3.7"
45-
trio-websocket==0.10.2;python_version>="3.7"
45+
trio-websocket==0.10.3;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"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
'h11==0.14.0;python_version>="3.7"',
167167
'outcome==1.2.0;python_version>="3.7"',
168168
'trio==0.22.0;python_version>="3.7"',
169-
'trio-websocket==0.10.2;python_version>="3.7"',
169+
'trio-websocket==0.10.3;python_version>="3.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"',

0 commit comments

Comments
 (0)