diff --git a/pyproject.toml b/pyproject.toml index a59b451..1ab2573 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ lint = [ test = [ "pytest==8.1.0", "pytest-cov==4.1.0", - "respx==0.20.1", + "respx==0.21.0", ] typing = [ "mypy==1.9.0",