From 1f81403295230d80be4bfa69f5b86414c69657b1 Mon Sep 17 00:00:00 2001
From: "dependabot-preview[bot]"
 <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Thu, 14 Nov 2019 18:13:37 +0000
Subject: [PATCH] Bump pep8-naming from 0.9.0 to 0.9.1 in
 /{{cookiecutter.app_name}}

Bumps [pep8-naming](https://github.com/PyCQA/pep8-naming) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/PyCQA/pep8-naming/releases)
- [Changelog](https://github.com/PyCQA/pep8-naming/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/PyCQA/pep8-naming/compare/0.9.0...0.9.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
---
 {{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 ff85f09f..6cea89a2 100644
--- a/{{cookiecutter.app_name}}/Pipfile
+++ b/{{cookiecutter.app_name}}/Pipfile
@@ -57,4 +57,4 @@ flake8-debugger = "==3.2.1"
 flake8-docstrings = "==1.5.0"
 flake8-isort = "==2.7.0"
 isort = "==4.3.21"
-pep8-naming = "==0.9.0"
+pep8-naming = "==0.9.1"
-- 
GitLab