From e2615e2159acdf1ca822d2050107bf3756681cea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2019 18:57:25 +0000 Subject: [PATCH] Build(deps): 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] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index eeabd1e..338e0e7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -29,6 +29,6 @@ pytest==4.3.1 snowballstemmer==1.2.1 sphinxcontrib-websupport==1.1.0 tox==2.9.1 -typed-ast==1.3.1 +typed-ast==1.3.2 virtualenv==16.4.3 wrapt==1.11.1