File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ pip>=21.0.1;python_version>="3.6"
33packaging >= 20.9
44setuptools >= 44.1.1 ;python_version < "3.5"
55setuptools >= 50.3.2 ;python_version >= "3.5" and python_version<"3.6"
6- setuptools >= 52 .0.0 ;python_version >= "3.6"
6+ setuptools >= 53 .0.0 ;python_version >= "3.6"
77setuptools-scm >= 5.0.1
88wheel >= 0.36.2
99attrs >= 20.3.0
@@ -62,11 +62,11 @@ prompt-toolkit==3.0.14;python_version>="3.6"
6262ipython == 5.10.0 ;python_version < "3.5"
6363ipython == 6.5.0 ;python_version >= "3.5" and python_version<"3.6"
6464ipython == 7.16.1 ;python_version >= "3.6" and python_version<"3.7"
65- ipython == 7.19 .0 ;python_version >= "3.7"
65+ ipython == 7.20 .0 ;python_version >= "3.7"
6666colorama == 0.4.4
6767pathlib2 == 2.3.5 ;python_version < "3.5"
6868importlib-metadata == 2.0.0 ;python_version < "3.6"
69- virtualenv >= 20.4.1
69+ virtualenv >= 20.4.2
7070pymysql == 0.10.1 ;python_version < "3.6"
7171pymysql == 1.0.2 ;python_version >= "3.6"
7272coverage == 5.4
Original file line number Diff line number Diff line change 107107 'packaging>=20.9' ,
108108 'setuptools>=44.1.1;python_version<"3.5"' ,
109109 'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"' ,
110- 'setuptools>=52 .0.0;python_version>="3.6"' ,
110+ 'setuptools>=53 .0.0;python_version>="3.6"' ,
111111 'setuptools-scm>=5.0.1' ,
112112 'wheel>=0.36.2' ,
113113 'attrs>=20.3.0' ,
166166 'prompt-toolkit==3.0.14;python_version>="3.6"' ,
167167 'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"' ,
168168 'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"' ,
169- 'ipython==7.19 .0;python_version>="3.7"' ,
169+ 'ipython==7.20 .0;python_version>="3.7"' ,
170170 'colorama==0.4.4' ,
171171 'pathlib2==2.3.5;python_version<"3.5"' , # Sync with "virtualenv"
172172 'importlib-metadata==2.0.0;python_version<"3.6"' , # Sync "virtualenv"
173- 'virtualenv>=20.4.1 ' , # Sync with importlib-metadata and pathlib2
173+ 'virtualenv>=20.4.2 ' , # Sync with importlib-metadata and pathlib2
174174 'pymysql==0.10.1;python_version<"3.6"' ,
175175 'pymysql==1.0.2;python_version>="3.6"' ,
176176 'coverage==5.4' ,
You can’t perform that action at this time.
0 commit comments