From aba6e00fb2658073fb1bedbab8ccde11560224a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 12:56:11 +0000 Subject: [PATCH] Bump requests from 2.12.1 to 2.20.0 in /Graph/movie_recommendations Bumps [requests](https://github.com/requests/requests) from 2.12.1 to 2.20.0. - [Release notes](https://github.com/requests/requests/releases) - [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md) - [Commits](https://github.com/requests/requests/compare/v2.12.1...v2.20.0) Signed-off-by: dependabot[bot] --- Graph/movie_recommendations/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Graph/movie_recommendations/requirements.txt b/Graph/movie_recommendations/requirements.txt index 84d2f151..cda49bb0 100644 --- a/Graph/movie_recommendations/requirements.txt +++ b/Graph/movie_recommendations/requirements.txt @@ -1,4 +1,4 @@ elasticsearch==5.0.1 -requests==2.12.1 +requests==2.20.0 six==1.10.0 urllib3==1.19.1