From bc079893ea947c7c5a21405989ec0bbc3a12b39f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2019 19:12:23 +0000 Subject: [PATCH] Bump typed-ast Bumps [typed-ast](https://github.com/python/typed_ast) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/python/typed_ast/releases) - [Changelog](https://github.com/python/typed_ast/blob/master/release_process.md) - [Commits](https://github.com/python/typed_ast/compare/1.3.1...1.3.2) Signed-off-by: dependabot[bot] --- .../{{cookiecutter.project_name}}/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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