From 400b9b6334733fafe2da3a3997b2a0822b966f1a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Apr 2021 05:14:59 +0000 Subject: [PATCH] Bump flake8-bugbear from 20.11.1 to 21.4.3 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 20.11.1 to 21.4.3. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/20.11.1...21.4.3) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1932644..0521f7c 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.4.3; python_version >= "3.5"', "pre-commit~=2.4", ], "tests": ["pytest", "mock", "webargs>=0.11.0", "WTForms>=2.0.1", "colander>=1.0"],