From 449dc48a25339ff33727da8f31d62c6311645a4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 21:20:21 +0000 Subject: [PATCH] Bump urllib3 from 1.10.4 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.10.4 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.10.4...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- LBIndex.egg-info/requires.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 LBIndex.egg-info/requires.txt mode change 100755 => 100644 setup.py diff --git a/LBIndex.egg-info/requires.txt b/LBIndex.egg-info/requires.txt old mode 100755 new mode 100644 index 0d4fb21..4cec34a --- a/LBIndex.egg-info/requires.txt +++ b/LBIndex.egg-info/requires.txt @@ -10,7 +10,7 @@ simplejson == 3.5.3 six == 1.7.2 traceback2 == 1.4.0 unittest2 == 1.0.1 -urllib3 == 1.10.4 +urllib3 == 1.26.5 pyramid == 1.6b2 pyramid_chameleon == 0.3 waitress == 0.8.10 \ No newline at end of file diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index ebff42a..52555d7 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ 'six == 1.7.2', 'traceback2 == 1.4.0', 'unittest2 == 1.0.1', - 'urllib3 == 1.10.4', + 'urllib3 == 1.26.5', 'pyramid == 1.6b2', 'pyramid_chameleon == 0.3', 'waitress == 0.8.10'