From d6f4d064a16003c580c13ba0ae87c78a00d9afe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 21:20:01 +0000 Subject: [PATCH] Bump urllib3 from 1.22 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 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.22...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 e48f674..a987c83 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ idna==2.6 nltk==3.2.5 requests==2.18.4 six==1.11.0 -urllib3==1.22 +urllib3==1.26.5 diff --git a/setup.py b/setup.py index d52ff7b..70304ef 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ 'nltk==3.2.5', 'requests==2.18.4', 'six==1.11.0', - 'urllib3==1.22', + 'urllib3==1.26.5', ], 'keywords': [ 'digital-humanities',