File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ pip>=20.3.3
2
2
packaging >= 20.8
3
3
setuptools >= 44.1.1 ;python_version < "3.5"
4
4
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"
6
6
setuptools-scm >= 5.0.1
7
7
wheel >= 0.36.2
8
8
attrs >= 20.3.0
@@ -30,7 +30,7 @@ py==1.10.0;python_version>="3.5"
30
30
pytest == 4.6.11 ;python_version < "3.5"
31
31
pytest == 6.1.2 ;python_version >= "3.5" and python_version<"3.6"
32
32
pytest == 6.2.1 ;python_version >= "3.6"
33
- pytest-cov == 2.10.1
33
+ pytest-cov == 2.11.0
34
34
pytest-forked == 1.3.0
35
35
pytest-html == 1.22.1 ;python_version < "3.6"
36
36
pytest-html == 2.0.1 ;python_version >= "3.6"
@@ -64,7 +64,7 @@ ipython==7.19.0;python_version>="3.7"
64
64
colorama == 0.4.4
65
65
pathlib2 == 2.3.5 ;python_version < "3.5"
66
66
importlib-metadata == 2.0.0 ;python_version < "3.6"
67
- virtualenv >= 20.3.1
67
+ virtualenv >= 20.4.0
68
68
pymysql == 0.10.1 ;python_version < "3.6"
69
69
pymysql == 1.0.2 ;python_version >= "3.6"
70
70
coverage == 5.3.1
Original file line number Diff line number Diff line change 106
106
'packaging>=20.8' ,
107
107
'setuptools>=44.1.1;python_version<"3.5"' ,
108
108
'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"' ,
110
110
'setuptools-scm>=5.0.1' ,
111
111
'wheel>=0.36.2' ,
112
112
'attrs>=20.3.0' ,
134
134
'pytest==4.6.11;python_version<"3.5"' ,
135
135
'pytest==6.1.2;python_version>="3.5" and python_version<"3.6"' ,
136
136
'pytest==6.2.1;python_version>="3.6"' ,
137
- 'pytest-cov==2.10.1 ' ,
137
+ 'pytest-cov==2.11.0 ' ,
138
138
'pytest-forked==1.3.0' ,
139
139
'pytest-html==1.22.1;python_version<"3.6"' ,
140
140
'pytest-html==2.0.1;python_version>="3.6"' ,
168
168
'colorama==0.4.4' ,
169
169
'pathlib2==2.3.5;python_version<"3.5"' , # Sync with "virtualenv"
170
170
'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
172
172
'pymysql==0.10.1;python_version<"3.6"' ,
173
173
'pymysql==1.0.2;python_version>="3.6"' ,
174
174
'coverage==5.3.1' ,
You can’t perform that action at this time.
0 commit comments