From 432fb9282b6d950f42c91c729dd8250815c5e5be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jun 2021 05:30:41 +0000 Subject: [PATCH] Bump urllib3 from 1.24.3 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.3 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.3...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 cd1193b..47ac244 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,5 +27,5 @@ scipy==1.1.0 scikit-learn==0.21.0 six==1.11.0 traitlets==4.3.2 -urllib3==1.24.3 +urllib3==1.26.5 xlmhg==2.4.9 diff --git a/setup.py b/setup.py index 9b13691..2d71a2f 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def read(filename): 'scikit-learn==0.21.0', 'six==1.11.0', 'traitlets==4.3.2', - 'urllib3==1.24.3', + 'urllib3==1.26.5', 'xlmhg==2.4.9'], include_package_data=True, entry_points = {