diff --git a/{{cookiecutter.app_name}}/Pipfile b/{{cookiecutter.app_name}}/Pipfile index 4b8a404..975601c 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.8.2" +pep8-naming = "==0.9.0"