diff --git a/setup.py b/setup.py index 44e9238..de8f20d 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def readme(): packages=["docstr_coverage"], install_requires=["click", "PyYAML", "tqdm==4.63.1"], extras_require={ - "lint": ["flake8==4.0.1", "black==22.3.0", "isort==5.10.1"], + "lint": ["flake8==5.0.2", "black==22.3.0", "isort==5.10.1"], "test": ["pytest==6.2.5", "pytest-mock==3.4.0"], }, include_package_data=True,