diff --git a/pyproject.toml b/pyproject.toml index 3cf0447..5d0501b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ lint = [ "ruff==0.3.0", ] test = [ - "pytest==8.0.0", + "pytest==8.1.0", "pytest-cov==4.1.0", "respx==0.20.1", ]