From 2aea4876601981f4ac8c1e7905c1380bfb906d53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2019 22:39:51 +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 a063e13..1dc926f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,7 +56,7 @@ tblib==1.3.2 tqdm==4.31.1 # via twine traitlets==4.3.2 # via ipython twine==1.13.0 -typed-ast==1.3.1 # via mypy +typed-ast==1.3.2 # via mypy urllib3==1.24.2 # via requests wcwidth==0.1.7 # via prompt-toolkit webencodings==0.5.1 # via bleach