Skip to content

Commit ad9db00

Browse files
committed
Refresh Python dependencies
1 parent 7b68a9d commit ad9db00

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

8282
coverage>=7.6.1;python_version<"3.9"
83-
coverage>=7.10.6;python_version>="3.9"
83+
coverage>=7.10.7;python_version>="3.9"
8484
pytest-cov>=5.0.0;python_version<"3.9"
8585
pytest-cov>=7.0.0;python_version>="3.9"
8686
flake8==5.0.4;python_version<"3.9"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
# Usage: coverage run -m pytest; coverage html; coverage report
238238
"coverage": [
239239
'coverage>=7.6.1;python_version<"3.9"',
240-
'coverage>=7.10.6;python_version>="3.9"',
240+
'coverage>=7.10.7;python_version>="3.9"',
241241
'pytest-cov>=5.0.0;python_version<"3.9"',
242242
'pytest-cov>=7.0.0;python_version>="3.9"',
243243
],

0 commit comments

Comments
 (0)