diff --git a/pyproject.toml b/pyproject.toml index 42dd3e5..9b3a6f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest>=7.0", + "pytest>=8.4.2", "pytest-cov>=4.0", "flake8>=6.0", ]