diff --git a/fig_cli/fig_project_template/{{cookiecutter.project_name}}/requirements.txt b/fig_cli/fig_project_template/{{cookiecutter.project_name}}/requirements.txt index 16e128a..06c42a7 100644 --- a/fig_cli/fig_project_template/{{cookiecutter.project_name}}/requirements.txt +++ b/fig_cli/fig_project_template/{{cookiecutter.project_name}}/requirements.txt @@ -12,6 +12,6 @@ mccabe==0.6.1 pycodestyle==2.5.0 pylint==2.3.1 six==1.12.0 -typed-ast==1.3.1 +typed-ast==1.3.2 Werkzeug==0.15.2 wrapt==1.11.1