From 4da201adb544b6007e98abf4a99ad2f57420b29c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 07:05:50 +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[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index f6aa435..aeb595f 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.4 webencodings==0.5.1 wrapt==1.10.11