From 55bbea645ac45a3362c5d86512a66ae9a02302e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2019 21:01:25 +0000 Subject: [PATCH] Bump typed-ast from 1.3.1 to 1.3.2 in /spotcrew_backend 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] --- spotcrew_backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotcrew_backend/requirements.txt b/spotcrew_backend/requirements.txt index 50ab81e..93458b9 100644 --- a/spotcrew_backend/requirements.txt +++ b/spotcrew_backend/requirements.txt @@ -29,7 +29,7 @@ python-decouple==3.1 pytz==2018.9 requests==2.21.0 six==1.12.0 -typed-ast==1.3.1 +typed-ast==1.3.2 typing-extensions==3.7.2 uritemplate==3.0.0 urllib3==1.24.1