From 693b33c0f46b593337a46e70903cc5aab8d5a499 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Mar 2021 05:13:52 +0000 Subject: [PATCH] Bump flake8-bugbear from 20.11.1 to 21.3.1 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 20.11.1 to 21.3.1. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/commits) 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..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"],