From 25599489f898b9ca45977dae3a55e3137eddce6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 22:28:25 +0000 Subject: [PATCH] Bump scrapy from 2.1.0 to 2.6.2 in /Crawler Bumps [scrapy](https://github.com/scrapy/scrapy) from 2.1.0 to 2.6.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/2.1.0...2.6.2) --- 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..f327a1d 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.6.2 zmq==0.0.0 pyzmq==19.0.1 spyne==2.13.15