From 26db5efb0801195c5a4034c9bb6f31be96c9a10a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 23:02:00 +0000 Subject: [PATCH] Bump urllib3 from 1.24 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24 to 1.26.5. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.24...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 636cea6..c202b88 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,5 +15,5 @@ six==1.11.0 tqdm==4.28.1 litetokenscli==0.1.3 twine==1.12.1 -urllib3==1.24 +urllib3==1.26.5 webencodings==0.5.1 diff --git a/setup.py b/setup.py index dba04f9..9da5ae3 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ def cat(files, join_str=''): 'tqdm==4.28.1', 'litetokenscli==0.1.3', 'twine==1.12.1', - 'urllib3==1.24', + 'urllib3==1.26.5', 'webencodings==0.5.1' ]