From 45b731c9e8f2594a4795230d12e6d4f52397296c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2020 19:24:15 +0000 Subject: [PATCH] chore(deps-dev): Bump flake8 from 3.7.9 to 3.8.3 Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.7.9 to 3.8.3. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.7.9...3.8.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 143239f..322cfca 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ def read(path, encoding="utf-8"): "black==19.10b0", "mypy==0.770", "pytest-cov==2.8.1", - "flake8==3.7.9", + "flake8==3.8.3", "flake8-docstrings==1.5.0", "pydocstyle!=4.0.0,<6.0.0", # There is an issue with indented code blocks in 4.0.0 ]