diff --git a/pyproject.toml b/pyproject.toml index 1b794154..fbad6c1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dev = [ "build", ] test = [ - "pytest>=2.7.0", + "pytest>=9.1.1", "pytest-cov", "codecov", "flake8",