Skip to content

Commit 1758a23

Browse files
committed
Refresh optional dependencies
1 parent 59b9534 commit 1758a23

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

103103
coverage==6.2;python_version<"3.7"
104-
coverage==7.1.0;python_version>="3.7"
104+
coverage==7.2.0;python_version>="3.7"
105105
pytest-cov==4.0.0
106106
flake8==5.0.4;python_version<"3.9"
107107
flake8==6.0.0;python_version>="3.9"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
# Usage: coverage run -m pytest; coverage html; coverage report
227227
"coverage": [
228228
'coverage==6.2;python_version<"3.7"',
229-
'coverage==7.1.0;python_version>="3.7"',
229+
'coverage==7.2.0;python_version>="3.7"',
230230
"pytest-cov==4.0.0",
231231
],
232232
# pip install -e .[flake8]

0 commit comments

Comments
 (0)