diff --git a/pyproject.toml b/pyproject.toml index 238ac57..8ea13b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "mypy==1.13.0", - "pytest==7.4.4", + "pytest==9.0.3", "ruff==0.11.12", ]