From ae517d4a413c3ea9ee4815d94e394f3a87966396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 22:28:01 +0000 Subject: [PATCH] Bump scrapy from 2.0.0 to 2.6.2 in /src Bumps [scrapy](https://github.com/scrapy/scrapy) from 2.0.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.0.0...2.6.2) --- updated-dependencies: - dependency-name: scrapy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 4a8f06b4a..99daec8eb 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -3,7 +3,7 @@ pandas==1.0.3 PyYAML==5.3.1 requests==2.23 scipy==1.4.1 -Scrapy==2.0.0 +Scrapy==2.6.2 tqdm==4.43.0 Unidecode==1.1.1 xlrd==1.2.0