File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ h11==0.14.0;python_version>="3.7"
51
51
outcome == 1.2.0 ;python_version >= "3.7"
52
52
trio == 0.22.0 ;python_version >= "3.7"
53
53
trio-websocket == 0.9.2 ;python_version >= "3.7"
54
- websockets == 10.3 ;python_version >= "3.7"
54
+ websockets == 10.4 ;python_version >= "3.7"
55
55
pyopenssl == 22.1.0 ;python_version >= "3.7"
56
56
wsproto == 1.2.0 ;python_version >= "3.7"
57
57
selenium == 3.141.0 ;python_version < "3.7"
@@ -60,7 +60,8 @@ msedge-selenium-tools==3.141.3;python_version<"3.7"
60
60
more-itertools == 5.0.0 ;python_version < "3.6"
61
61
more-itertools == 8.14.0 ;python_version >= "3.6" and python_version<"3.7"
62
62
more-itertools == 9.0.0 ;python_version >= "3.7"
63
- cssselect == 1.1.0
63
+ cssselect == 1.1.0 ;python_version < "3.7"
64
+ cssselect == 1.2.0 ;python_version >= "3.7"
64
65
sortedcontainers == 2.4.0
65
66
fasteners == 0.16 ;python_version < "3.6"
66
67
fasteners == 0.17.3 ;python_version >= "3.6" and python_version<"3.7"
Original file line number Diff line number Diff line change 176
176
'outcome==1.2.0;python_version>="3.7"' ,
177
177
'trio==0.22.0;python_version>="3.7"' ,
178
178
'trio-websocket==0.9.2;python_version>="3.7"' ,
179
- 'websockets==10.3 ;python_version>="3.7"' ,
179
+ 'websockets==10.4 ;python_version>="3.7"' ,
180
180
'pyopenssl==22.1.0;python_version>="3.7"' ,
181
181
'wsproto==1.2.0;python_version>="3.7"' ,
182
182
'selenium==3.141.0;python_version<"3.7"' ,
185
185
'more-itertools==5.0.0;python_version<"3.6"' ,
186
186
'more-itertools==8.14.0;python_version>="3.6" and python_version<"3.7"' , # noqa: E501
187
187
'more-itertools==9.0.0;python_version>="3.7"' ,
188
- "cssselect==1.1.0" ,
188
+ 'cssselect==1.1.0;python_version<"3.7"' ,
189
+ 'cssselect==1.2.0;python_version>="3.7"' ,
189
190
"sortedcontainers==2.4.0" ,
190
191
'fasteners==0.16;python_version<"3.6"' ,
191
192
'fasteners==0.17.3;python_version>="3.6" and python_version<"3.7"' ,
You can’t perform that action at this time.
0 commit comments