diff --git a/{{cookiecutter.app_name}}/Pipfile b/{{cookiecutter.app_name}}/Pipfile index 4f4111a..e873dbf 100644 --- a/{{cookiecutter.app_name}}/Pipfile +++ b/{{cookiecutter.app_name}}/Pipfile @@ -51,7 +51,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"