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 @@ -3,7 +3,7 @@ packaging>=20.7
3
3
setuptools >= 44.1.1 ;python_version < "3.5"
4
4
setuptools >= 50.3.2 ;python_version >= "3.5"
5
5
setuptools-scm >= 4.1.2
6
- wheel >= 0.35.1
6
+ wheel >= 0.36.0
7
7
attrs >= 20.3.0
8
8
certifi >= 2020.11.8
9
9
six == 1.15.0
@@ -68,7 +68,7 @@ toml==0.10.2
68
68
Pillow == 6.2.2 ;python_version < "3.5"
69
69
Pillow == 7.2.0 ;python_version >= "3.5" and python_version<"3.6"
70
70
Pillow == 8.0.1 ;python_version >= "3.6"
71
- rich == 9.2 .0 ;python_version >= "3.6" and python_version<"4.0"
71
+ rich == 9.3 .0 ;python_version >= "3.6" and python_version<"4.0"
72
72
zipp == 1.2.0 ;python_version < "3.6"
73
73
zipp == 3.4.0 ;python_version >= "3.6"
74
74
flake8 == 3.7.9 ;python_version < "3.5"
Original file line number Diff line number Diff line change 107
107
'setuptools>=44.1.1;python_version<"3.5"' ,
108
108
'setuptools>=50.3.2;python_version>="3.5"' ,
109
109
'setuptools-scm' ,
110
- 'wheel>=0.35.1 ' ,
110
+ 'wheel>=0.36.0 ' ,
111
111
'attrs>=20.3.0' ,
112
112
'certifi>=2020.11.8' ,
113
113
'six' ,
172
172
'Pillow==6.2.2;python_version<"3.5"' ,
173
173
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"' ,
174
174
'Pillow==8.0.1;python_version>="3.6"' ,
175
- 'rich==9.2 .0;python_version>="3.6" and python_version<"4.0"' ,
175
+ 'rich==9.3 .0;python_version>="3.6" and python_version<"4.0"' ,
176
176
'zipp==1.2.0;python_version<"3.6"' ,
177
177
'zipp==3.4.0;python_version>="3.6"' ,
178
178
'flake8==3.7.9;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments