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"
5151outcome == 1.2.0 ;python_version >= "3.7"
5252trio == 0.22.0 ;python_version >= "3.7"
5353trio-websocket == 0.9.2 ;python_version >= "3.7"
54- websockets == 10.3 ;python_version >= "3.7"
54+ websockets == 10.4 ;python_version >= "3.7"
5555pyopenssl == 22.1.0 ;python_version >= "3.7"
5656wsproto == 1.2.0 ;python_version >= "3.7"
5757selenium == 3.141.0 ;python_version < "3.7"
@@ -60,7 +60,8 @@ msedge-selenium-tools==3.141.3;python_version<"3.7"
6060more-itertools == 5.0.0 ;python_version < "3.6"
6161more-itertools == 8.14.0 ;python_version >= "3.6" and python_version<"3.7"
6262more-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"
6465sortedcontainers == 2.4.0
6566fasteners == 0.16 ;python_version < "3.6"
6667fasteners == 0.17.3 ;python_version >= "3.6" and python_version<"3.7"
Original file line number Diff line number Diff line change 176176 'outcome==1.2.0;python_version>="3.7"' ,
177177 'trio==0.22.0;python_version>="3.7"' ,
178178 '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"' ,
180180 'pyopenssl==22.1.0;python_version>="3.7"' ,
181181 'wsproto==1.2.0;python_version>="3.7"' ,
182182 'selenium==3.141.0;python_version<"3.7"' ,
185185 'more-itertools==5.0.0;python_version<"3.6"' ,
186186 'more-itertools==8.14.0;python_version>="3.6" and python_version<"3.7"' , # noqa: E501
187187 '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"' ,
189190 "sortedcontainers==2.4.0" ,
190191 'fasteners==0.16;python_version<"3.6"' ,
191192 '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