From 0764334308dbea805379e39bbc29eca5f89a9898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 23:14:39 +0000 Subject: [PATCH] Bump scrapy from 2.1.0 to 2.5.1 in /Crawler Bumps [scrapy](https://github.com/scrapy/scrapy) from 2.1.0 to 2.5.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/2.1.0...2.5.1) --- 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 81f3420..c7d49e7 100644 --- a/Crawler/requirements.txt +++ b/Crawler/requirements.txt @@ -1,7 +1,7 @@ beautifulsoup4==4.9.1 pyquery==1.4.1 tldextract==2.2.2 -Scrapy==2.1.0 +Scrapy==2.5.1 zmq==0.0.0 pyzmq==19.0.1 spyne==2.13.15