File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,12 @@ requests==2.27.1;python_version<"3.6"
44
44
requests == 2.27.1 ;python_version >= "3.6" and python_version<"3.7"
45
45
requests == 2.28.1 ;python_version >= "3.7"
46
46
nose == 1.3.7
47
- sniffio == 1.2 .0 ;python_version >= "3.7"
47
+ sniffio == 1.3 .0 ;python_version >= "3.7"
48
48
h11 == 0.13.0 ;python_version >= "3.7"
49
49
outcome == 1.2.0 ;python_version >= "3.7"
50
50
trio == 0.21.0 ;python_version >= "3.7"
51
51
trio-websocket == 0.9.2 ;python_version >= "3.7"
52
+ websockets == 10.3 ;python_version >= "3.7"
52
53
pyopenssl == 22.0.0 ;python_version >= "3.7"
53
54
wsproto == 1.2.0 ;python_version >= "3.7"
54
55
selenium == 3.141.0 ;python_version < "3.7"
Original file line number Diff line number Diff line change 169
169
'requests==2.27.1;python_version<"3.7"' ,
170
170
'requests==2.28.1;python_version>="3.7"' ,
171
171
"nose==1.3.7" ,
172
- 'sniffio==1.2 .0;python_version>="3.7"' ,
172
+ 'sniffio==1.3 .0;python_version>="3.7"' ,
173
173
'h11==0.13.0;python_version>="3.7"' ,
174
174
'outcome==1.2.0;python_version>="3.7"' ,
175
175
'trio==0.21.0;python_version>="3.7"' ,
176
176
'trio-websocket==0.9.2;python_version>="3.7"' ,
177
+ 'websockets==10.3;python_version>="3.7"' ,
177
178
'pyopenssl==22.0.0;python_version>="3.7"' ,
178
179
'wsproto==1.2.0;python_version>="3.7"' ,
179
180
'selenium==3.141.0;python_version<"3.7"' ,
You can’t perform that action at this time.
0 commit comments