diff --git a/setup.py b/setup.py index bd26272..95c5fc4 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ install_requires=["cookiecutter>2.1.1,<3"], extras_require={ "lint": [ - "flake8<7", + "flake8<8", "black<24", "pylint<4", "mypy<2"