From 3dca559e825a277a649d89ac0270e2fde91a6db7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2019 18:17:13 +0100 Subject: [PATCH] Bump flake8 from 3.7.7 to 3.7.8 (#685) Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.7.7 to 3.7.8. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.7.7...3.7.8) Signed-off-by: dependabot-preview[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 7a311b5..b1073ba 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -2,7 +2,7 @@ attrs==19.1.0 black==19.3b0 coverage==4.5.3 Cython==0.29.11;sys_platform!='win32' -flake8==3.7.7 +flake8==3.7.8 flake8-quotes==2.0.1 isort==4.3.21 mypy==0.711