From 73220f63864af8aa73e35571ee3915cbe9e3e10a Mon Sep 17 00:00:00 2001
From: "dependabot-preview[bot]"
 <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon, 28 Oct 2019 17:51:50 +0000
Subject: [PATCH] Bump flake8 in /{{cookiecutter.app_name}}/requirements

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.7.8 to 3.7.9.
- [Release notes](https://gitlab.com/pycqa/flake8/tags)
- [Commits](https://gitlab.com/pycqa/flake8/compare/3.7.8...3.7.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
---
 {{cookiecutter.app_name}}/requirements/dev.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/{{cookiecutter.app_name}}/requirements/dev.txt b/{{cookiecutter.app_name}}/requirements/dev.txt
index a95d31c9..e8d0875a 100644
--- a/{{cookiecutter.app_name}}/requirements/dev.txt
+++ b/{{cookiecutter.app_name}}/requirements/dev.txt
@@ -9,7 +9,7 @@ pdbpp==0.10.2
 
 # Lint and code style
 black==19.3b0
-flake8==3.7.8
+flake8==3.7.9
 flake8-blind-except==0.1.1
 flake8-debugger==3.2.0
 flake8-docstrings==1.5.0
-- 
GitLab