Skip to content

Commit da7b96e

Browse files
committed
Update Python dependencies
1 parent 6dfda95 commit da7b96e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ ipython==5.10.0;python_version<"3.5"
5252
ipython==6.5.0;python_version>="3.5" and python_version<"3.6"
5353
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
5454
ipython==7.18.1;python_version>="3.7"
55+
importlib-metadata==1.7.0
56+
virtualenv>=20.0.31
5557
colorama==0.4.3
5658
pymysql==0.10.1
5759
coverage==5.3
@@ -61,7 +63,6 @@ boto==2.49.0
6163
cffi==1.14.3
6264
zipp==1.2.0;python_version<"3.6"
6365
zipp==3.2.0;python_version>="3.6"
64-
importlib-metadata==2.0.0
6566
rich==7.1.0;python_version>="3.6" and python_version<"4.0"
6667
flake8==3.7.9;python_version<"3.5"
6768
flake8==3.8.3;python_version>="3.5"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@
146146
'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"',
147147
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
148148
'ipython==7.18.1;python_version>="3.7"',
149+
'importlib-metadata==1.7.0', # Must stay in sync with "virtualenv"
150+
'virtualenv>=20.0.31', # Must stay in sync with "importlib-metadata"
149151
'colorama==0.4.3',
150152
'pymysql==0.10.1',
151153
'coverage==5.3',
@@ -155,7 +157,6 @@
155157
'cffi==1.14.3',
156158
'zipp==1.2.0;python_version<"3.6"',
157159
'zipp==3.2.0;python_version>="3.6"',
158-
'importlib-metadata==2.0.0',
159160
'rich==7.1.0;python_version>="3.6" and python_version<"4.0"',
160161
'flake8==3.7.9;python_version<"3.5"',
161162
'flake8==3.8.3;python_version>="3.5"',

0 commit comments

Comments
 (0)