Skip to content

Commit 623dbb4

Browse files
committed
Update Python dependencies
1 parent d245ad1 commit 623dbb4

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ packaging>=20.9
44
typing-extensions>=3.10.0.0
55
setuptools>=44.1.1;python_version<"3.5"
66
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
7-
setuptools>=56.0.0;python_version>="3.6"
7+
setuptools>=56.1.0;python_version>="3.6"
88
setuptools-scm==5.0.2;python_version<"3.6"
99
setuptools-scm>=6.0.1;python_version>="3.6"
1010
wheel>=0.36.2
1111
attrs>=20.3.0
1212
PyYAML>=5.4.1;python_version>="3.6"
1313
certifi>=2020.12.5
14-
six==1.15.0
14+
six==1.16.0
1515
nose==1.3.7
1616
ipdb==0.13.4;python_version<"3.6"
1717
ipdb==0.13.7;python_version>="3.6"
@@ -36,7 +36,7 @@ py==1.8.1;python_version<"3.5"
3636
py==1.10.0;python_version>="3.5"
3737
pytest==4.6.11;python_version<"3.5"
3838
pytest==6.1.2;python_version>="3.5" and python_version<"3.6"
39-
pytest==6.2.3;python_version>="3.6"
39+
pytest==6.2.4;python_version>="3.6"
4040
pytest-forked==1.3.0
4141
pytest-html==1.22.1;python_version<"3.6"
4242
pytest-html==2.0.1;python_version>="3.6"
@@ -67,12 +67,12 @@ decorator==4.4.2
6767
ipython==5.10.0;python_version<"3.5"
6868
ipython==6.5.0;python_version>="3.5" and python_version<"3.6"
6969
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
70-
ipython==7.23.0;python_version>="3.7"
70+
ipython==7.23.1;python_version>="3.7"
7171
matplotlib-inline==0.1.2;python_version>="3.7"
7272
colorama==0.4.4
7373
pathlib2==2.3.5;python_version<"3.5"
7474
importlib-metadata==2.0.0;python_version<"3.6"
75-
virtualenv>=20.4.4
75+
virtualenv>=20.4.6
7676
pymysql==0.10.1;python_version<"3.6"
7777
pymysql==1.0.2;python_version>="3.6"
7878
pyotp==2.6.0

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,14 @@
119119
"typing-extensions>=3.10.0.0",
120120
'setuptools>=44.1.1;python_version<"3.5"',
121121
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
122-
'setuptools>=56.0.0;python_version>="3.6"',
122+
'setuptools>=56.1.0;python_version>="3.6"',
123123
'setuptools-scm==5.0.2;python_version<"3.6"',
124124
'setuptools-scm>=6.0.1;python_version>="3.6"',
125125
"wheel>=0.36.2",
126126
"attrs>=20.3.0",
127127
'PyYAML>=5.4.1;python_version>="3.6"',
128128
"certifi>=2020.12.5",
129-
"six==1.15.0",
129+
"six==1.16.0",
130130
"nose==1.3.7",
131131
'ipdb==0.13.4;python_version<"3.6"',
132132
'ipdb==0.13.7;python_version>="3.6"',
@@ -151,7 +151,7 @@
151151
'py==1.10.0;python_version>="3.5"',
152152
'pytest==4.6.11;python_version<"3.5"',
153153
'pytest==6.1.2;python_version>="3.5" and python_version<"3.6"',
154-
'pytest==6.2.3;python_version>="3.6"',
154+
'pytest==6.2.4;python_version>="3.6"',
155155
"pytest-forked==1.3.0",
156156
'pytest-html==1.22.1;python_version<"3.6"',
157157
'pytest-html==2.0.1;python_version>="3.6"',
@@ -182,12 +182,12 @@
182182
'ipython==5.10.0;python_version<"3.5"',
183183
'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"',
184184
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
185-
'ipython==7.23.0;python_version>="3.7"',
185+
'ipython==7.23.1;python_version>="3.7"',
186186
'matplotlib-inline==0.1.2;python_version>="3.7"',
187187
"colorama==0.4.4",
188188
'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv"
189189
'importlib-metadata==2.0.0;python_version<"3.6"', # Sync "virtualenv"
190-
"virtualenv>=20.4.4", # Sync with importlib-metadata and pathlib2
190+
"virtualenv>=20.4.6", # Sync with importlib-metadata and pathlib2
191191
'pymysql==0.10.1;python_version<"3.6"',
192192
'pymysql==1.0.2;python_version>="3.6"',
193193
"pyotp==2.6.0",

0 commit comments

Comments
 (0)