From 01573e6355c7b573b091704ce8acc5ffca7daf71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jan 2021 07:18:04 +0000 Subject: [PATCH] Bump urllib3 from 1.24.2 to 1.26.3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 1.26.3. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.3/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.24.2...1.26.3) Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index f6aa435..eaaf7bf 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -29,6 +29,6 @@ snowballstemmer==1.2.1 tqdm==4.28.1 twine==1.12.1 typed-ast==1.1.0 -urllib3==1.24.2 +urllib3==1.26.3 webencodings==0.5.1 wrapt==1.10.11