From b88148ac7c9f1a414215b43b9de43baba91ce646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 5 Feb 2019 13:15:33 +0000 Subject: [PATCH] Bump flake8 from 3.7.4 to 3.7.5 in /{{cookiecutter.app_name}} Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.7.4 to 3.7.5. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.7.4...3.7.5) Signed-off-by: dependabot[bot] --- {{cookiecutter.app_name}}/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.app_name}}/Pipfile b/{{cookiecutter.app_name}}/Pipfile index 30b7168..aea88c2 100644 --- a/{{cookiecutter.app_name}}/Pipfile +++ b/{{cookiecutter.app_name}}/Pipfile @@ -50,7 +50,7 @@ WebTest = "==2.0.32" factory-boy = "==2.11.*" # Lint and code style -flake8 = "==3.7.4" +flake8 = "==3.7.5" flake8-blind-except = "==0.1.1" flake8-debugger = "==3.1.0" flake8-docstrings = "==1.3.0"