From 12a68c6beaac0f3b1066306d2dc1dedfd7012cfb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 05:25:11 +0000 Subject: [PATCH] Bump flake8 from 3.8.4 to 3.9.0 Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.4 to 3.9.0. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.4...3.9.0) 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..8bb675e 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ INSTALL_REQUIRES = ("marshmallow>=2.15.2",) EXTRAS_REQUIRE = { "lint": [ - "flake8==3.8.4", + "flake8==3.9.0", 'flake8-bugbear==20.11.1; python_version >= "3.5"', "pre-commit~=2.4", ],