From d2cb5327cd435c1f6ec386110f4cd1e8e90667f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 21:36:00 +0000 Subject: [PATCH] Bump requests from 1.2.3 to 2.20.0 in /src/python/molly/crawl Bumps [requests](https://github.com/requests/requests) from 1.2.3 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/v1.2.3...v2.20.0) Signed-off-by: dependabot[bot] --- src/python/molly/crawl/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/molly/crawl/requirements.txt b/src/python/molly/crawl/requirements.txt index 03e6d17..ebd5917 100644 --- a/src/python/molly/crawl/requirements.txt +++ b/src/python/molly/crawl/requirements.txt @@ -1,4 +1,4 @@ SQLAlchemy==0.8.2 lxml==3.2.3 -requests==1.2.3 +requests==2.20.0 wsgiref==0.1.2