From 233bc53beaca1fc38e3efc882fb5296ea43968af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 21:25:11 +0000 Subject: [PATCH] Bump urllib3 from 1.25.2 to 1.25.8 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.2 to 1.25.8. - [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.25.8) 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..4beda4a 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.25.8 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..d7c40d1 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ requirements = [ "sanic-plugins-framework==0.8.1", - "urllib3==1.25.2", + "urllib3==1.25.8", "idna==2.8", "sanic==19.3.1", "cookiecutter==1.6.0",