From 4a2c8cab77c7ed214418e9b70daf15bd3f3d1062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 20:23:59 +0000 Subject: [PATCH] Bump requests from 2.2.1 to 2.20.0 in /01_QuestionAnswering_Corpus Bumps [requests](https://github.com/requests/requests) from 2.2.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.2.1...v2.20.0) Signed-off-by: dependabot[bot] --- 01_QuestionAnswering_Corpus/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_QuestionAnswering_Corpus/requirements.txt b/01_QuestionAnswering_Corpus/requirements.txt index 3b8c5f3..f8e6ba7 100644 --- a/01_QuestionAnswering_Corpus/requirements.txt +++ b/01_QuestionAnswering_Corpus/requirements.txt @@ -1,5 +1,5 @@ argparse==1.2.1 cchardet==0.3.5 lxml==3.3.3 -requests==2.2.1 +requests==2.20.0 wsgiref==0.1.2 \ No newline at end of file