diff --git a/setup.py b/setup.py index f15def3..cbc3ce3 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ INSTALL_REQUIRES = ("marshmallow>=2.15.2",) EXTRAS_REQUIRE = { "tests": ["pytest", "mock", "faker==4.18.0", "Flask==1.1.2"], - "lint": ["flake8==3.9.0", "flake8-bugbear==20.11.1", "pre-commit~=2.0"], + "lint": ["flake8==3.9.0", "flake8-bugbear==21.4.3", "pre-commit~=2.0"], } EXTRAS_REQUIRE["dev"] = EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["lint"] + ["tox"]