File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ pip>=21.0.1;python_version>="3.6"
3
3
packaging >= 20.9
4
4
setuptools >= 44.1.1 ;python_version < "3.5"
5
5
setuptools >= 50.3.2 ;python_version >= "3.5" and python_version<"3.6"
6
- setuptools >= 54.1.0 ;python_version >= "3.6"
6
+ setuptools >= 54.1.1 ;python_version >= "3.6"
7
7
setuptools-scm >= 5.0.2
8
8
wheel >= 0.36.2
9
9
attrs >= 20.3.0
@@ -78,8 +78,8 @@ cffi==1.14.5
78
78
toml == 0.10.2
79
79
Pillow == 6.2.2 ;python_version < "3.5"
80
80
Pillow == 7.2.0 ;python_version >= "3.5" and python_version<"3.6"
81
- Pillow == 8.1.1 ;python_version >= "3.6"
82
- rich == 9.12.4 ;python_version >= "3.6" and python_version<"4.0"
81
+ Pillow == 8.1.2 ;python_version >= "3.6"
82
+ rich == 9.13.0 ;python_version >= "3.6" and python_version<"4.0"
83
83
flake8 == 3.7.9 ;python_version < "3.5"
84
84
flake8 == 3.8.4 ;python_version >= "3.5"
85
85
pyflakes == 2.1.1 ;python_version < "3.5"
Original file line number Diff line number Diff line change 107
107
'packaging>=20.9' ,
108
108
'setuptools>=44.1.1;python_version<"3.5"' ,
109
109
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"' ,
110
- 'setuptools>=54.1.0 ;python_version>="3.6"' ,
110
+ 'setuptools>=54.1.1 ;python_version>="3.6"' ,
111
111
'setuptools-scm>=5.0.2' ,
112
112
'wheel>=0.36.2' ,
113
113
'attrs>=20.3.0' ,
182
182
'toml==0.10.2' ,
183
183
'Pillow==6.2.2;python_version<"3.5"' ,
184
184
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"' ,
185
- 'Pillow==8.1.1 ;python_version>="3.6"' ,
186
- 'rich==9.12.4 ;python_version>="3.6" and python_version<"4.0"' ,
185
+ 'Pillow==8.1.2 ;python_version>="3.6"' ,
186
+ 'rich==9.13.0 ;python_version>="3.6" and python_version<"4.0"' ,
187
187
'flake8==3.7.9;python_version<"3.5"' ,
188
188
'flake8==3.8.4;python_version>="3.5"' ,
189
189
'pyflakes==2.1.1;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments