diff --git a/pyproject.toml b/pyproject.toml index 1731c9a..83e3667 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dynamic = ["version"] [project.optional-dependencies] test =[ - "flake8~=5.0", + "flake8>=5,<8", "pylint>=2.12,<4.0", "pytest~=7.2", "pytest-cov~=4.0",