From c807c01f70b69b3c8b08884af1478155802d2852 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2020 11:31:04 +0000 Subject: [PATCH] Bump urllib3 from 1.22 to 1.24.2 in /python/btcpayment Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 to 1.24.2. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.22...1.24.2) Signed-off-by: dependabot[bot] --- python/btcpayment/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/btcpayment/requirements.txt b/python/btcpayment/requirements.txt index eb2d059..d37b139 100644 --- a/python/btcpayment/requirements.txt +++ b/python/btcpayment/requirements.txt @@ -16,5 +16,5 @@ kombu==3.0.37 pycparser==2.18 pytz==2018.3 requests==2.18.4 -urllib3==1.22 +urllib3==1.24.2 vine==1.1.4