From 966d5b958e646268c1c9e7324748a4d785318c04 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 05:12:45 +0000 Subject: [PATCH] Bump flake8 from 3.8.4 to 3.9.1 Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.4 to 3.9.1. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.4...3.9.1) 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..038b8a3 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.1", 'flake8-bugbear==20.11.1; python_version >= "3.5"', "pre-commit~=2.4", ],