From 9e626b790c99fd557a2d711298f36b006425602d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 22:10:16 +0000 Subject: [PATCH] Bump scrapy from 1.4.0 to 2.6.1 in /scraping Bumps [scrapy](https://github.com/scrapy/scrapy) from 1.4.0 to 2.6.1. - [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...2.6.1) --- updated-dependencies: - dependency-name: scrapy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scraping/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scraping/requirements.txt b/scraping/requirements.txt index 88b0578..50dfe1a 100644 --- a/scraping/requirements.txt +++ b/scraping/requirements.txt @@ -1,5 +1,5 @@ PyDispatcher==2.0.5 -Scrapy==1.4.0 +Scrapy==2.6.1 Twisted==17.1.0 beautifulsoup4==4.6.0 certifi==2017.4.17