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 @@ -50,7 +50,7 @@ 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
52
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"
54
54
selenium == 3.141.0 ;python_version < "3.7"
55
55
selenium == 4.4.3 ;python_version >= "3.7"
56
56
msedge-selenium-tools == 3.141.3 ;python_version < "3.7"
Original file line number Diff line number Diff line change 175
175
'trio==0.21.0;python_version>="3.7"' ,
176
176
'trio-websocket==0.9.2;python_version>="3.7"' ,
177
177
'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"' ,
179
179
'selenium==3.141.0;python_version<"3.7"' ,
180
180
'selenium==4.4.3;python_version>="3.7"' ,
181
181
'msedge-selenium-tools==3.141.3;python_version<"3.7"' ,
You can’t perform that action at this time.
0 commit comments