From ed22991d46a8cec3c70b47bfa2b63083bec3704c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2020 21:03:14 +0000 Subject: [PATCH] Bump urllib3 from 1.22 to 1.24.2 in /Gmail_Scraping 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] --- Gmail_Scraping/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gmail_Scraping/requirements.txt b/Gmail_Scraping/requirements.txt index e08dde2..ae44512 100644 --- a/Gmail_Scraping/requirements.txt +++ b/Gmail_Scraping/requirements.txt @@ -109,7 +109,7 @@ toolz==0.9.0 ujson==1.35 Unidecode==1.0.23 uritemplate==3.0.0 -urllib3==1.22 +urllib3==1.24.2 validators==0.12.2 vine==1.1.4 Wand==0.4.4