From dad9aad75a4cb2e487889edd57a03f61b7fea5e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2020 01:48:17 +0000 Subject: [PATCH] Bump typed-ast from 1.3.1 to 1.3.2 in /app 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] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 app/requirements.txt diff --git a/app/requirements.txt b/app/requirements.txt old mode 100755 new mode 100644 index a6478a4..e121a08 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -10,7 +10,7 @@ pylint==2.3.1 redis==3.2.1 requests==2.22.0 six==1.12.0 -typed-ast==1.3.1 +typed-ast==1.3.2 urllib3==1.25.8 virtualenv==16.4.3 websockets==8.1