From 83f7451a031c944d36a97bf690ef5c6fce2877a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 29 Jan 2019 13:15:21 +0000 Subject: [PATCH] Bump pep8-naming from 0.7.0 to 0.8.0 in /{{cookiecutter.app_name}} Bumps [pep8-naming](https://github.com/PyCQA/pep8-naming) from 0.7.0 to 0.8.0. - [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.7.0...0.8.0) 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 cb117eb..a3954a6 100644 --- a/{{cookiecutter.app_name}}/Pipfile +++ b/{{cookiecutter.app_name}}/Pipfile @@ -57,4 +57,4 @@ flake8-docstrings = "==1.3.0" flake8-isort = "==2.6.0" flake8-quotes = "==1.0.0" isort = "==4.3.4" -pep8-naming = "==0.7.0" +pep8-naming = "==0.8.0"