File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ sniffio==1.3.0;python_version>="3.7"
42
42
h11 == 0.14.0 ;python_version >= "3.7"
43
43
outcome == 1.2.0 ;python_version >= "3.7"
44
44
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"
46
46
pyopenssl == 23.2.0 ;python_version >= "3.7"
47
47
wsproto == 1.2.0 ;python_version >= "3.7"
48
48
selenium == 3.141.0 ;python_version < "3.7"
Original file line number Diff line number Diff line change 166
166
'h11==0.14.0;python_version>="3.7"' ,
167
167
'outcome==1.2.0;python_version>="3.7"' ,
168
168
'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"' ,
170
170
'pyopenssl==23.2.0;python_version>="3.7"' ,
171
171
'wsproto==1.2.0;python_version>="3.7"' ,
172
172
'selenium==3.141.0;python_version<"3.7"' ,
You can’t perform that action at this time.
0 commit comments