We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a69bfc4 commit ce75238Copy full SHA for ce75238
pyproject.toml
@@ -50,7 +50,7 @@ dev = [
50
"pytest==8.3.2 ; python_version>='3.8'",
51
"pytest-cov==2.12.1 ; python_version<'3.8'",
52
"pytest-cov==5.0.0 ; python_version>='3.8' and python_version<'3.9'",
53
- "pytest-cov==6.0.0 ; python_version>='3.9'",
+ "pytest-cov==6.1.0 ; python_version>='3.9'",
54
"pytest-mypy-plugins==1.9.3 ; python_version>='3.6' and python_version<'3.8'",
55
"pytest-mypy-plugins==3.1.0 ; python_version>='3.8' and python_version<'3.9'",
56
"pytest-mypy-plugins==3.2.0 ; python_version>='3.9' and python_version<'3.14'",
0 commit comments