Skip to content

Commit 37ddaff

Browse files
committed
Update Python dependencies
1 parent 5518772 commit 37ddaff

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ setuptools-scm>=4.1.2
66
wheel>=0.35.1
77
six==1.15.0
88
nose==1.3.7
9-
ipdb==0.13.3
9+
ipdb==0.13.4
1010
parso==0.7.1
1111
jedi==0.17.2
1212
idna==2.10
@@ -53,9 +53,9 @@ 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"
5555
colorama==0.4.3
56-
pathlib2>=2.3.5;python_version<"3.5"
57-
importlib-metadata==1.7.0
58-
virtualenv>=20.0.31
56+
pathlib2==2.3.5;python_version<"3.5"
57+
importlib-metadata==2.0.0
58+
virtualenv>=20.0.32
5959
pymysql==0.10.1
6060
coverage==5.3
6161
brython==3.8.10

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@
147147
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
148148
'ipython==7.18.1;python_version>="3.7"',
149149
'colorama==0.4.3',
150-
'pathlib2>=2.3.5;python_version<"3.5"', # Sync with "virtualenv"
151-
'importlib-metadata==1.7.0', # Must stay in sync with "virtualenv"
152-
'virtualenv>=20.0.31', # Must stay in sync with "importlib-metadata"
150+
'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv"
151+
'importlib-metadata==2.0.0', # Sync with "virtualenv"
152+
'virtualenv>=20.0.32', # Sync with importlib-metadata and pathlib2
153153
'pymysql==0.10.1',
154154
'coverage==5.3',
155155
'brython==3.8.10',

0 commit comments

Comments
 (0)