From ea27a9d661508f99dc5746919fe00410a577c971 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 14:55:34 +0000 Subject: [PATCH] Bump scrapy from 2.4.1 to 2.6.0 in /crawler Bumps [scrapy](https://github.com/scrapy/scrapy) from 2.4.1 to 2.6.0. - [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/2.4.1...2.6.0) --- updated-dependencies: - dependency-name: scrapy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crawler/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawler/requirements.txt b/crawler/requirements.txt index ae5a7da..a60c7d8 100644 --- a/crawler/requirements.txt +++ b/crawler/requirements.txt @@ -28,7 +28,7 @@ pymongo==3.11.2 pyOpenSSL==20.0.1 python-dotenv==0.15.0 queuelib==1.5.0 -Scrapy==2.4.1 +Scrapy==2.6.0 scrapyd==1.2.1 service-identity==18.1.0 six==1.15.0