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 @@ -40,7 +40,7 @@ trio-websocket==0.9.2;python_version>="3.7"
40
40
pyopenssl == 21.0.0 ;python_version >= "3.7"
41
41
msedge-selenium-tools == 3.141.3 ;python_version < "3.7"
42
42
more-itertools == 5.0.0 ;python_version < "3.5"
43
- more-itertools == 8.10 .0 ;python_version >= "3.5"
43
+ more-itertools == 8.11 .0 ;python_version >= "3.5"
44
44
cssselect == 1.1.0
45
45
filelock == 3.2.1 ;python_version < "3.6"
46
46
filelock == 3.3.2 ;python_version >= "3.6"
Original file line number Diff line number Diff line change 156
156
'pyopenssl==21.0.0;python_version>="3.7"' ,
157
157
'msedge-selenium-tools==3.141.3;python_version<"3.7"' ,
158
158
'more-itertools==5.0.0;python_version<"3.5"' ,
159
- 'more-itertools==8.10 .0;python_version>="3.5"' ,
159
+ 'more-itertools==8.11 .0;python_version>="3.5"' ,
160
160
"cssselect==1.1.0" ,
161
161
'filelock==3.2.1;python_version<"3.6"' ,
162
162
'filelock==3.3.2;python_version>="3.6"' ,
You can’t perform that action at this time.
0 commit comments