Skip to content

Commit 6155edd

Browse files
committed
Update Python dependencies
1 parent f2a88d0 commit 6155edd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pip>=20.3.3
22
packaging>=20.8
33
setuptools>=44.1.1;python_version<"3.5"
44
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
5-
setuptools>=51.1.2;python_version>="3.6"
5+
setuptools>=51.3.3;python_version>="3.6"
66
setuptools-scm>=5.0.1
77
wheel>=0.36.2
88
attrs>=20.3.0
@@ -30,7 +30,7 @@ py==1.10.0;python_version>="3.5"
3030
pytest==4.6.11;python_version<"3.5"
3131
pytest==6.1.2;python_version>="3.5" and python_version<"3.6"
3232
pytest==6.2.1;python_version>="3.6"
33-
pytest-cov==2.10.1
33+
pytest-cov==2.11.0
3434
pytest-forked==1.3.0
3535
pytest-html==1.22.1;python_version<"3.6"
3636
pytest-html==2.0.1;python_version>="3.6"
@@ -64,7 +64,7 @@ ipython==7.19.0;python_version>="3.7"
6464
colorama==0.4.4
6565
pathlib2==2.3.5;python_version<"3.5"
6666
importlib-metadata==2.0.0;python_version<"3.6"
67-
virtualenv>=20.3.1
67+
virtualenv>=20.4.0
6868
pymysql==0.10.1;python_version<"3.6"
6969
pymysql==1.0.2;python_version>="3.6"
7070
coverage==5.3.1

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
'packaging>=20.8',
107107
'setuptools>=44.1.1;python_version<"3.5"',
108108
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
109-
'setuptools>=51.1.2;python_version>="3.6"',
109+
'setuptools>=51.3.3;python_version>="3.6"',
110110
'setuptools-scm>=5.0.1',
111111
'wheel>=0.36.2',
112112
'attrs>=20.3.0',
@@ -134,7 +134,7 @@
134134
'pytest==4.6.11;python_version<"3.5"',
135135
'pytest==6.1.2;python_version>="3.5" and python_version<"3.6"',
136136
'pytest==6.2.1;python_version>="3.6"',
137-
'pytest-cov==2.10.1',
137+
'pytest-cov==2.11.0',
138138
'pytest-forked==1.3.0',
139139
'pytest-html==1.22.1;python_version<"3.6"',
140140
'pytest-html==2.0.1;python_version>="3.6"',
@@ -168,7 +168,7 @@
168168
'colorama==0.4.4',
169169
'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv"
170170
'importlib-metadata==2.0.0;python_version<"3.6"', # Sync "virtualenv"
171-
'virtualenv>=20.3.1', # Sync with importlib-metadata and pathlib2
171+
'virtualenv>=20.4.0', # Sync with importlib-metadata and pathlib2
172172
'pymysql==0.10.1;python_version<"3.6"',
173173
'pymysql==1.0.2;python_version>="3.6"',
174174
'coverage==5.3.1',

0 commit comments

Comments
 (0)