From 80f1a33e2cd9ae0f9af53a976693d417e439215a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 21:46:13 +0000 Subject: [PATCH] Bump urllib3 from 1.25.3 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.3 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.25.3...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 2472ae0..b482028 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ chardet==3.0.4 idna==2.8 pyperclip==1.7.0 requests==2.22.0 -urllib3==1.25.3 +urllib3==1.26.5 diff --git a/setup.py b/setup.py index e88d54a..6b67efa 100644 --- a/setup.py +++ b/setup.py @@ -26,6 +26,6 @@ "idna==2.8", "pyperclip==1.7.0", "requests==2.21.0", - "urllib3==1.24.1", + "urllib3==1.26.5", ], )