From b0d7fd31d25a41b8f1d7d11c1d093e00f2c2e910 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:36 +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 dfad552..6f4a4a2 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ ], "docs": ["marshmallow-sqlalchemy>=0.13.0", "Sphinx==3.5.2", "sphinx-issues==1.2.0"], "lint": [ - "flake8==3.8.4", + "flake8==3.9.0", "flake8-bugbear==20.11.1", "pre-commit~=2.4", ],