From 5ca67e6c483766bf8fe4cf5fd1b14bcee9ffb08b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Apr 2021 03:28:21 +0000 Subject: [PATCH] Bump urllib3 from 1.26.2 to 1.26.4 in /python Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.2 to 1.26.4. - [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.26.2...1.26.4) Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index cf0cd66..99ddcdc 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -2,4 +2,4 @@ certifi==2020.11.8 chardet==3.0.4 idna==2.10 requests==2.25.0 -urllib3==1.26.2 +urllib3==1.26.4 diff --git a/python/setup.py b/python/setup.py index ccfb567..44cd37b 100644 --- a/python/setup.py +++ b/python/setup.py @@ -45,7 +45,7 @@ 'chardet==3.0.4', 'idna==2.10', 'requests==2.25.0', - 'urllib3==1.26.2', + 'urllib3==1.26.4', ], entry_points={ "console_scripts": [