From fb6c8b41ec7bdd40124d09fc461017385c0a89bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 00:27:30 +0000 Subject: [PATCH] Bump urllib3 from 1.25.2 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.2 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.2...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 setup.py diff --git a/requirements_dev.txt b/requirements_dev.txt index feb844a..739e9da 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -38,6 +38,6 @@ Sphinx==2.1.1 thrift==0.11.0 tox==3.11.1 ujson==1.35 -urllib3==1.25.2 +urllib3==1.26.5 watchdog==0.9.0 wheel==0.33.4 \ No newline at end of file diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 4b2ddc0..bf10170 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ requirements = [ "sanic-plugins-framework==0.8.1", - "urllib3==1.25.2", + "urllib3==1.26.5", "idna==2.8", "sanic==19.3.1", "cookiecutter==1.6.0",