From d232151cb4167430a444306b4fce6fe350205652 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Dec 2021 14:44:05 +0000 Subject: [PATCH] Bump urllib3 from 1.25.10 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.10 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.10...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 e743fdf..f3c08f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ chardet==3.0.4 idna==2.10 requests==2.24.0 termcolor==1.1.0 -urllib3==1.25.10 +urllib3==1.26.5 rich==9.9.0 oauthlib==3.1.0 requests-oauthlib==1.3.0 diff --git a/setup.py b/setup.py index 8865263..429ba59 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ "idna==2.10", "requests==2.24.0", "termcolor==1.1.0", - "urllib3==1.25.10", + "urllib3==1.26.5", "rich==9.9.0", "oauthlib==3.1.0", "requests-oauthlib==1.3.0",