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 4b4cb07 commit 1f8dd80Copy full SHA for 1f8dd80
pyproject.toml
@@ -91,8 +91,8 @@ test = [
91
"pytest-asyncio~=0.21.2",
92
"pytest-cov~=5.0.0; python_version<'3.9'",
93
"pytest-cov~=6.0.0; python_version>='3.9'",
94
- "pytest-httpx~=0.22.0; python_version<'3.9'",
95
- "pytest-httpx~=0.33.0; python_version>='3.9'",
+ "pytest-httpx~=0.35.0; python_version<'3.9'",
+ "pytest-httpx~=0.35.0; python_version>='3.9'",
96
"pytest-mock~=3.14.0",
97
"requests-mock~=1.12.1",
98
]
0 commit comments