We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b68a9d commit ad9db00Copy full SHA for ad9db00
2 files changed
requirements.txt
@@ -80,7 +80,7 @@ rich>=14.1.0,<15
80
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
81
82
coverage>=7.6.1;python_version<"3.9"
83
-coverage>=7.10.6;python_version>="3.9"
+coverage>=7.10.7;python_version>="3.9"
84
pytest-cov>=5.0.0;python_version<"3.9"
85
pytest-cov>=7.0.0;python_version>="3.9"
86
flake8==5.0.4;python_version<"3.9"
setup.py
@@ -237,7 +237,7 @@
237
# Usage: coverage run -m pytest; coverage html; coverage report
238
"coverage": [
239
'coverage>=7.6.1;python_version<"3.9"',
240
- 'coverage>=7.10.6;python_version>="3.9"',
+ 'coverage>=7.10.7;python_version>="3.9"',
241
'pytest-cov>=5.0.0;python_version<"3.9"',
242
'pytest-cov>=7.0.0;python_version>="3.9"',
243
],
0 commit comments