diff --git a/pyproject.toml b/pyproject.toml index fab7e28..dbf86ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ test = [ "pytest-asyncio~=0.21.2", "pytest-cov~=5.0.0; python_version<'3.9'", "pytest-cov~=6.0.0; python_version>='3.9'", - "pytest-httpx~=0.22.0; python_version<'3.9'", + "pytest-httpx~=0.33.0; python_version<'3.9'", "pytest-httpx~=0.33.0; python_version>='3.9'", "pytest-mock~=3.14.0", "requests-mock~=1.12.1",