From 5c23cf1d3dd13393a54da48b6385bebee4ce0dba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Dec 2021 21:32:45 +0000 Subject: [PATCH] Bump urllib3 from 1.24.2 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.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.24.2...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 2b6dc81..bbc4eab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,4 +20,4 @@ SQLAlchemy==1.2.10 statsmodels==0.9.0 tqdm==4.23.4 twine==1.11.0 -urllib3==1.24.2 +urllib3==1.26.5 diff --git a/setup.py b/setup.py index 250b506..4277730 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ 'SQLAlchemy==1.2.10', 'statsmodels==0.9.0', 'tqdm==4.23.4', - 'urllib3==1.23', + 'urllib3==1.26.5', 'pandastable==0.12.0' ],