diff --git a/setup.py b/setup.py index c9a7a56..cdca6e2 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==4.0.1", "black==22.3.0", "isort==5.11.3"], "test": ["pytest==6.2.5", "pytest-mock==3.4.0"], }, include_package_data=True,