diff --git a/{{cookiecutter.app_name}}/Pipfile b/{{cookiecutter.app_name}}/Pipfile index bdaa066..30b7168 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.3" +flake8 = "==3.7.4" flake8-blind-except = "==0.1.1" flake8-debugger = "==3.1.0" flake8-docstrings = "==1.3.0"