We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e96195 commit ad97bb0Copy full SHA for ad97bb0
pyproject.toml
@@ -90,8 +90,8 @@ test = [
90
"pytest~=7.4.4; python_version<'3.9'",
91
"pytest~=8.3.3; python_version>='3.9'",
92
"pytest-asyncio~=0.21.2",
93
- "pytest-cov~=5.0.0; python_version<'3.9'",
94
- "pytest-cov~=6.0.0; python_version>='3.9'",
+ "pytest-cov~=6.1.1; python_version<'3.9'",
+ "pytest-cov~=6.1.1; python_version>='3.9'",
95
"pytest-httpx~=0.22.0; python_version<'3.9'",
96
"pytest-httpx~=0.33.0; python_version>='3.9'",
97
"pytest-mock~=3.14.0",
0 commit comments