Skip to content

Commit 5053838

Browse files
committed
Refresh the optional "coverage" dependency
1 parent 45e0787 commit 5053838

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ pdfminer.six==20211012;python_version>="3.6"
118118
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
119119

120120
coverage==5.5;python_version<"3.6"
121-
coverage==6.1;python_version>="3.6"
121+
coverage==6.1.1;python_version>="3.6"
122122
pytest-cov==2.12.1;python_version<"3.6"
123123
pytest-cov==3.0.0;python_version>="3.6"
124124
flake8==3.7.9;python_version<"3.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
# pip install -e .[coverage]
235235
"coverage": [
236236
'coverage==5.5;python_version<"3.6"',
237-
'coverage==6.1;python_version>="3.6"',
237+
'coverage==6.1.1;python_version>="3.6"',
238238
'pytest-cov==2.12.1;python_version<"3.6"',
239239
'pytest-cov==3.0.0;python_version>="3.6"',
240240
],

0 commit comments

Comments
 (0)