From d860ec0216b018e88be0a81508eefcd00546ad2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 23:02:02 +0000 Subject: [PATCH] Bump urllib3 from 1.25.7 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.7 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.7...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 fff0a0e..9f2b797 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ opencv-python flake8==3.7.9 pycodestyle<2.6.0,>=2.5.0 pandas==0.24.2 -urllib3==1.25.7 +urllib3==1.26.5 requests>=2.21.0 ipdb==0.12.2 pytest>=4.0.2 diff --git a/setup.py b/setup.py index 2c9c463..b0db2fa 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ 'flake8==3.7.9', 'pycodestyle<2.6.0,>=2.5.0', 'pandas==0.24.2', - 'urllib3==1.25.7', + 'urllib3==1.26.5', 'requests>=2.21.0', 'ipdb==0.12.2', 'pytest>=4.0.2',