From 0cb29ecfb4f5ea398f9a8b358920d258022f9863 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 21:12:45 +0000 Subject: [PATCH] Bump urllib3 from 1.25.3 to 1.25.8 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.3 to 1.25.8. - [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.25.3...1.25.8) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 15 +++++++++++---- requirements.txt | 8 +++++--- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/Pipfile b/Pipfile index 1b6e91a..d887b12 100644 --- a/Pipfile +++ b/Pipfile @@ -16,7 +16,7 @@ requests = "==2.22.0" six = "==1.12.0" soupsieve = "==1.9.2" twilio = "==6.29.3" -urllib3 = "==1.25.3" +urllib3 = "==1.25.8" PyJWT = "==1.7.1" PySocks = "==1.7.0" logging = "*" diff --git a/Pipfile.lock b/Pipfile.lock index 84eabc9..d4eb351 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "46c865455db05ad7384c40594d1e2dcfc93dd47e19fd84061e2e662a6f51eded" + "sha256": "51edd1420eea3ec88932c7d2e18ac2b62d0f7040420a059837cc1c7298f80ebf" }, "pipfile-spec": 6, "requires": { @@ -56,6 +56,13 @@ "index": "pypi", "version": "==2.8" }, + "logging": { + "hashes": [ + "sha256:26f6b50773f085042d301085bd1bf5d9f3735704db9f37c1ce6d8b85c38f2417" + ], + "index": "pypi", + "version": "==0.4.9.6" + }, "pyjwt": { "hashes": [ "sha256:5c6eca3c2940464d106b99ba83b00c6add741c9becaec087fb7ccdefea71350e", @@ -116,11 +123,11 @@ }, "urllib3": { "hashes": [ - "sha256:b246607a25ac80bedac05c6f282e3cdaf3afb65420fd024ac94435cabe6e18d1", - "sha256:dbe59173209418ae49d485b87d1681aefa36252ee85884c31346debd19463232" + "sha256:2f3db8b19923a873b3e5256dc9c2dedfa883e33d87c690d9c7913e1f40673cdc", + "sha256:87716c2d2a7121198ebcb7ce7cccf6ce5e9ba539041cfbaeecfb641dc0bf6acc" ], "index": "pypi", - "version": "==1.25.3" + "version": "==1.25.8" } }, "develop": {} diff --git a/requirements.txt b/requirements.txt index 7a7a1a0..da32072 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,15 @@ +-i https://pypi.org/simple/ beautifulsoup4==4.8.0 bs4==0.0.1 certifi==2019.6.16 chardet==3.0.4 idna==2.8 -PyJWT==1.7.1 -PySocks==1.7.0 +logging==0.4.9.6 +pyjwt==1.7.1 +pysocks==1.7.0 ; python_version >= '3.0' pytz==2019.2 requests==2.22.0 six==1.12.0 soupsieve==1.9.2 twilio==6.29.3 -urllib3==1.25.3 +urllib3==1.25.8