File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ more-itertools==5.0.0;python_version<"3.5"
37
37
more-itertools == 8.10.0 ;python_version >= "3.5"
38
38
cssselect == 1.1.0
39
39
filelock == 3.2.1 ;python_version < "3.6"
40
- filelock == 3.3.0 ;python_version >= "3.6"
40
+ filelock == 3.3.1 ;python_version >= "3.6"
41
41
fasteners == 0.16 ;python_version < "3.5"
42
42
fasteners == 0.16.3 ;python_version >= "3.5"
43
43
execnet == 1.9.0
@@ -100,7 +100,7 @@ cffi==1.15.0
100
100
toml == 0.10.2
101
101
Pillow == 6.2.2 ;python_version < "3.5"
102
102
Pillow == 7.2.0 ;python_version >= "3.5" and python_version<"3.6"
103
- Pillow == 8.3.2 ;python_version >= "3.6"
103
+ Pillow == 8.4.0 ;python_version >= "3.6"
104
104
rich == 10.12.0 ;python_version >= "3.6" and python_version<"4.0"
105
105
tornado == 5.1.1 ;python_version < "3.5"
106
106
tornado == 6.1 ;python_version >= "3.5"
Original file line number Diff line number Diff line change 153
153
'more-itertools==8.10.0;python_version>="3.5"' ,
154
154
"cssselect==1.1.0" ,
155
155
'filelock==3.2.1;python_version<"3.6"' ,
156
- 'filelock==3.3.0 ;python_version>="3.6"' ,
156
+ 'filelock==3.3.1 ;python_version>="3.6"' ,
157
157
'fasteners==0.16;python_version<"3.5"' ,
158
158
'fasteners==0.16.3;python_version>="3.5"' ,
159
159
"execnet==1.9.0" ,
216
216
"toml==0.10.2" ,
217
217
'Pillow==6.2.2;python_version<"3.5"' ,
218
218
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"' ,
219
- 'Pillow==8.3.2 ;python_version>="3.6"' ,
219
+ 'Pillow==8.4.0 ;python_version>="3.6"' ,
220
220
'rich==10.12.0;python_version>="3.6" and python_version<"4.0"' ,
221
221
'tornado==5.1.1;python_version<"3.5"' ,
222
222
'tornado==6.1;python_version>="3.5"' ,
You can’t perform that action at this time.
0 commit comments