From 30f50702e85f86f16701add83fa4b6c48ce4630a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 12:11:16 +0000 Subject: [PATCH] Bump typed-ast from 1.1.0 to 1.5.1 Bumps [typed-ast](https://github.com/python/typed_ast) from 1.1.0 to 1.5.1. - [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.1.0...1.5.1) --- updated-dependencies: - dependency-name: typed-ast dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d028f82..c8c7cd1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,6 +24,6 @@ pytz==2018.7 requests==2.20.0 rsa==4.0 six==1.11.0 -typed-ast==1.1.0 +typed-ast==1.5.1 urllib3==1.24.2 wrapt==1.10.11