From 3449941eb5dcb166e554fe8bc1d628e9660b37e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 18:13:54 +0530 Subject: [PATCH] Bump urllib3 from 1.24.2 to 1.26.5 in /Tweets_Tool (#212) Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 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.2...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Tweets_Tool/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tweets_Tool/requirements.txt b/Tweets_Tool/requirements.txt index a012b02..2b9fd20 100644 --- a/Tweets_Tool/requirements.txt +++ b/Tweets_Tool/requirements.txt @@ -1,7 +1,7 @@ requests==2.18.4 urllib3==1.24.2 requests==2.20.0 -urllib3==1.22 +urllib3==1.26.5 py4j==0.10.4 BeautifulSoup==3.2.0 numpy==1.9.2