From 93a48a1e313a444df2f5209bdf08cefcd54fc7c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 00:45:13 +0000 Subject: [PATCH] Bump requests from 2.5.3 to 2.20.0 Bumps [requests](https://github.com/requests/requests) from 2.5.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/v2.5.3...v2.20.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4a9f0a4..3704b19 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -requests==2.5.3 +requests==2.20.0 beautifulsoup4==4.4.0 pytest==2.8.5 py==1.4.31