diff --git a/pyproject.toml b/pyproject.toml index f84574a..36f1161 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ exclude = [".github/", ".gitignore"] [project.optional-dependencies] test = [ - "pytest >= 7", + "pytest >= 9.0.3", "pytest-cov", "flake8" ]