File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ packaging>=20.9;python_version<"3.6"
5
5
packaging >= 21.3 ;python_version >= "3.6"
6
6
setuptools >= 44.1.1 ;python_version < "3.6"
7
7
setuptools >= 59.6.0 ;python_version >= "3.6" and python_version<"3.7"
8
- setuptools >= 65.4.0 ;python_version >= "3.7"
8
+ setuptools >= 65.4.1 ;python_version >= "3.7"
9
9
tomli >= 1.2.3 ;python_version >= "3.6" and python_version<"3.7"
10
10
tomli >= 2.0.1 ;python_version >= "3.7"
11
11
tqdm >= 4.64.1
@@ -125,7 +125,7 @@ rich==12.5.1;python_version>="3.6" and python_version<"4.0"
125
125
126
126
coverage == 5.5 ;python_version < "3.6"
127
127
coverage == 6.2 ;python_version >= "3.6" and python_version<"3.7"
128
- coverage == 6.4.4 ;python_version >= "3.7"
128
+ coverage == 6.5.0 ;python_version >= "3.7"
129
129
pytest-cov == 2.12.1 ;python_version < "3.6"
130
130
pytest-cov == 4.0.0 ;python_version >= "3.6"
131
131
flake8 == 3.7.9 ;python_version < "3.6"
Original file line number Diff line number Diff line change 131
131
'packaging>=21.3;python_version>="3.6"' ,
132
132
'setuptools>=44.1.1;python_version<"3.6"' ,
133
133
'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"' ,
134
- 'setuptools>=65.4.0 ;python_version>="3.7"' ,
134
+ 'setuptools>=65.4.1 ;python_version>="3.7"' ,
135
135
'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"' ,
136
136
'tomli>=2.0.1;python_version>="3.7"' ,
137
137
"tqdm>=4.64.1" ,
251
251
"coverage" : [
252
252
'coverage==5.5;python_version<"3.6"' ,
253
253
'coverage==6.2;python_version>="3.6" and python_version<"3.7"' ,
254
- 'coverage==6.4.4 ;python_version>="3.7"' ,
254
+ 'coverage==6.5.0 ;python_version>="3.7"' ,
255
255
'pytest-cov==2.12.1;python_version<"3.6"' ,
256
256
'pytest-cov==4.0.0;python_version>="3.6"' ,
257
257
],
You can’t perform that action at this time.
0 commit comments