diff --git a/pyproject.toml b/pyproject.toml index 6a08d82..73fc3bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ dependencies = [ ] extra-dependencies = [ "pytest-sugar", - "pytest-httpx ~= 0.30; python_version >= '3.9'", + "pytest-httpx == 0.30.0; python_version >= '3.9'", "pytest-httpx ~= 0.22; python_version < '3.9'", "pikepdf", "python-magic", @@ -121,7 +121,7 @@ dependencies = [ "httpx", "pytest", "pikepdf", - "pytest-httpx" + "pytest-httpx == 0.30.0" ] [tool.hatch.envs.typing.scripts]