From af2664e9a3c79a2aa9c941ed9d36ffa6d048c437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2019 21:03:05 +0000 Subject: [PATCH] Bump typed-ast from 1.3.1 to 1.3.2 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ced3f68..2ce4b7b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,6 +24,6 @@ python-dateutil==2.8.0 python-editor==1.0.4 six==1.12.0 SQLAlchemy==1.3.1 -typed-ast==1.3.1 +typed-ast==1.3.2 Werkzeug==0.14.1 wrapt==1.11.1