From f1cd7c927cf5b3e53421574293f6a548bb8ef546 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 05:49:39 +0000 Subject: [PATCH] Bump urllib3 from 1.24.2 to 1.26.4 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 1.26.4. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.4/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.24.2...1.26.4) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d028f82..732cda8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,5 +25,5 @@ requests==2.20.0 rsa==4.0 six==1.11.0 typed-ast==1.1.0 -urllib3==1.24.2 +urllib3==1.26.4 wrapt==1.10.11