Skip to content

Commit 6b9494f

Browse files
committed
Refresh Python dependencies
1 parent b345de5 commit 6b9494f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,12 @@ requests==2.27.1;python_version<"3.6"
4444
requests==2.27.1;python_version>="3.6" and python_version<"3.7"
4545
requests==2.28.1;python_version>="3.7"
4646
nose==1.3.7
47-
sniffio==1.2.0;python_version>="3.7"
47+
sniffio==1.3.0;python_version>="3.7"
4848
h11==0.13.0;python_version>="3.7"
4949
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"
52+
websockets==10.3;python_version>="3.7"
5253
pyopenssl==22.0.0;python_version>="3.7"
5354
wsproto==1.2.0;python_version>="3.7"
5455
selenium==3.141.0;python_version<"3.7"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,12 @@
169169
'requests==2.27.1;python_version<"3.7"',
170170
'requests==2.28.1;python_version>="3.7"',
171171
"nose==1.3.7",
172-
'sniffio==1.2.0;python_version>="3.7"',
172+
'sniffio==1.3.0;python_version>="3.7"',
173173
'h11==0.13.0;python_version>="3.7"',
174174
'outcome==1.2.0;python_version>="3.7"',
175175
'trio==0.21.0;python_version>="3.7"',
176176
'trio-websocket==0.9.2;python_version>="3.7"',
177+
'websockets==10.3;python_version>="3.7"',
177178
'pyopenssl==22.0.0;python_version>="3.7"',
178179
'wsproto==1.2.0;python_version>="3.7"',
179180
'selenium==3.141.0;python_version<"3.7"',

0 commit comments

Comments
 (0)