From f4cab2b3689d5eaeefca6fd50a9f728ed0378a95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 15:07:24 +0000 Subject: [PATCH] Bump requests in /from_courses/30_days_of_python/Day 21 - 23/scrape Bumps [requests](https://github.com/psf/requests) from 2.11.1 to 2.20.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.11.1...v2.20.0) Signed-off-by: dependabot[bot] --- .../30_days_of_python/Day 21 - 23/scrape/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/from_courses/30_days_of_python/Day 21 - 23/scrape/requirements.txt b/from_courses/30_days_of_python/Day 21 - 23/scrape/requirements.txt index efefb3b..c0a540c 100644 --- a/from_courses/30_days_of_python/Day 21 - 23/scrape/requirements.txt +++ b/from_courses/30_days_of_python/Day 21 - 23/scrape/requirements.txt @@ -1,2 +1,2 @@ beautifulsoup4==4.5.1 -requests==2.11.1 +requests==2.20.0