From 5242ae8438315ffc014974333cdc8c14354e250b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 21:20:11 +0000 Subject: [PATCH] Bump urllib3 from 1.22 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 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.22...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyxi/requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyxi/requirements.txt b/pyxi/requirements.txt index a71b674..2a7c317 100644 --- a/pyxi/requirements.txt +++ b/pyxi/requirements.txt @@ -5,5 +5,5 @@ idna==2.6 invoke==0.20.4 pycrypto==2.6.1 requests==2.18.4 -urllib3==1.22 +urllib3==1.26.5 ccxt==1.10.780 diff --git a/setup.py b/setup.py index 9ec44e1..58a4c53 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ 'invoke==0.20.4', 'pycrypto==2.6.1', 'requests==2.18.4', - 'urllib3==1.22', + 'urllib3==1.26.5', 'ccxt==1.10.780', ], zip_safe=False)