Skip to content

Commit 88f5230

Browse files
committed
Refresh an optional Python dependency
1 parent c0b7ffc commit 88f5230

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
@@ -98,7 +98,7 @@ rich==13.2.0;python_version>="3.7"
9898
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
9999

100100
coverage==6.2;python_version<"3.7"
101-
coverage==7.0.5;python_version>="3.7"
101+
coverage==7.1.0;python_version>="3.7"
102102
pytest-cov==4.0.0
103103
flake8==5.0.4;python_version<"3.9"
104104
flake8==6.0.0;python_version>="3.9"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
# Usage: coverage run -m pytest; coverage html; coverage report
224224
"coverage": [
225225
'coverage==6.2;python_version<"3.7"',
226-
'coverage==7.0.5;python_version>="3.7"',
226+
'coverage==7.1.0;python_version>="3.7"',
227227
"pytest-cov==4.0.0",
228228
],
229229
# pip install -e .[flake8]

0 commit comments

Comments
 (0)