From cb1b839c060193fb9261eebc262b30ef16354083 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 14:54:16 +0000 Subject: [PATCH] Bump scrapy from 1.4.0 to 1.8.2 in /4_scraping Bumps [scrapy](https://github.com/scrapy/scrapy) from 1.4.0 to 1.8.2. - [Release notes](https://github.com/scrapy/scrapy/releases) - [Changelog](https://github.com/scrapy/scrapy/blob/master/docs/news.rst) - [Commits](https://github.com/scrapy/scrapy/compare/1.4.0...1.8.2) --- updated-dependencies: - dependency-name: scrapy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 4_scraping/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4_scraping/requirements.txt b/4_scraping/requirements.txt index bdd6d14..db2f4cd 100644 --- a/4_scraping/requirements.txt +++ b/4_scraping/requirements.txt @@ -1,4 +1,4 @@ beautifulsoup4==4.6.0 requests==2.18.3 -Scrapy==1.4.0 +Scrapy==1.8.2 jupyter==1.0.0