File tree 2 files changed +6
-6
lines changed
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 >= 52 .0.0 ;python_version >= "3.6"
6
+ setuptools >= 53 .0.0 ;python_version >= "3.6"
7
7
setuptools-scm >= 5.0.1
8
8
wheel >= 0.36.2
9
9
attrs >= 20.3.0
@@ -62,11 +62,11 @@ prompt-toolkit==3.0.14;python_version>="3.6"
62
62
ipython == 5.10.0 ;python_version < "3.5"
63
63
ipython == 6.5.0 ;python_version >= "3.5" and python_version<"3.6"
64
64
ipython == 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"
66
66
colorama == 0.4.4
67
67
pathlib2 == 2.3.5 ;python_version < "3.5"
68
68
importlib-metadata == 2.0.0 ;python_version < "3.6"
69
- virtualenv >= 20.4.1
69
+ virtualenv >= 20.4.2
70
70
pymysql == 0.10.1 ;python_version < "3.6"
71
71
pymysql == 1.0.2 ;python_version >= "3.6"
72
72
coverage == 5.4
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>=52 .0.0;python_version>="3.6"' ,
110
+ 'setuptools>=53 .0.0;python_version>="3.6"' ,
111
111
'setuptools-scm>=5.0.1' ,
112
112
'wheel>=0.36.2' ,
113
113
'attrs>=20.3.0' ,
166
166
'prompt-toolkit==3.0.14;python_version>="3.6"' ,
167
167
'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"' ,
168
168
'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"' ,
170
170
'colorama==0.4.4' ,
171
171
'pathlib2==2.3.5;python_version<"3.5"' , # Sync with "virtualenv"
172
172
'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
174
174
'pymysql==0.10.1;python_version<"3.6"' ,
175
175
'pymysql==1.0.2;python_version>="3.6"' ,
176
176
'coverage==5.4' ,
You can’t perform that action at this time.
0 commit comments