diff --git a/setup.py b/setup.py index 1932644..9ff4944 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ EXTRAS_REQUIRE = { "lint": [ "flake8==3.8.4", - 'flake8-bugbear==20.11.1; python_version >= "3.5"', + 'flake8-bugbear==21.3.1; python_version >= "3.5"', "pre-commit~=2.4", ], "tests": ["pytest", "mock", "webargs>=0.11.0", "WTForms>=2.0.1", "colander>=1.0"],