Skip to content

Commit c934bea

Browse files
committed
Refresh coverage
1 parent cfe1139 commit c934bea

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
@@ -76,7 +76,7 @@ rich>=14.2.0,<15
7676
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
7777

7878
coverage>=7.10.7;python_version<"3.10"
79-
coverage>=7.12.0;python_version>="3.10"
79+
coverage>=7.13.0;python_version>="3.10"
8080
pytest-cov>=7.0.0
8181
flake8==7.3.0
8282
mccabe==0.7.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
# Usage: coverage run -m pytest; coverage html; coverage report
234234
"coverage": [
235235
'coverage>=7.10.7;python_version<"3.10"',
236-
'coverage>=7.12.0;python_version>="3.10"',
236+
'coverage>=7.13.0;python_version>="3.10"',
237237
'pytest-cov>=7.0.0',
238238
],
239239
# pip install -e .[flake8]

0 commit comments

Comments
 (0)