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 @@ -2,7 +2,7 @@ pip>=20.3.3
22packaging >= 20.8
33setuptools >= 44.1.1 ;python_version < "3.5"
44setuptools >= 50.3.2 ;python_version >= "3.5" and python_version<"3.6"
5- setuptools >= 51.1.0 ;python_version >= "3.6"
5+ setuptools >= 51.1.1 ;python_version >= "3.6"
66setuptools-scm >= 5.0.1
77wheel >= 0.36.2
88attrs >= 20.3.0
@@ -74,7 +74,7 @@ toml==0.10.2
7474Pillow == 6.2.2 ;python_version < "3.5"
7575Pillow == 7.2.0 ;python_version >= "3.5" and python_version<"3.6"
7676Pillow == 8.0.1 ;python_version >= "3.6"
77- rich == 9.5 .1 ;python_version >= "3.6" and python_version<"4.0"
77+ rich == 9.6 .1 ;python_version >= "3.6" and python_version<"4.0"
7878zipp == 1.2.0 ;python_version < "3.6"
7979zipp == 3.4.0 ;python_version >= "3.6"
8080flake8 == 3.7.9 ;python_version < "3.5"
Original file line number Diff line number Diff line change 106106 'packaging>=20.8' ,
107107 'setuptools>=44.1.1;python_version<"3.5"' ,
108108 'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"' ,
109- 'setuptools>=51.1.0 ;python_version>="3.6"' ,
109+ 'setuptools>=51.1.1 ;python_version>="3.6"' ,
110110 'setuptools-scm>=5.0.1' ,
111111 'wheel>=0.36.2' ,
112112 'attrs>=20.3.0' ,
178178 'Pillow==6.2.2;python_version<"3.5"' ,
179179 'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"' ,
180180 'Pillow==8.0.1;python_version>="3.6"' ,
181- 'rich==9.5 .1;python_version>="3.6" and python_version<"4.0"' ,
181+ 'rich==9.6 .1;python_version>="3.6" and python_version<"4.0"' ,
182182 'zipp==1.2.0;python_version<"3.6"' ,
183183 'zipp==3.4.0;python_version>="3.6"' ,
184184 'flake8==3.7.9;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments