From b7ca16ee5dd2a7793b1d8eb65a257670d54974ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 22:14:52 +0000 Subject: [PATCH] Bump scrapy from 2.0.0 to 2.6.1 in /src Bumps [scrapy](https://github.com/scrapy/scrapy) from 2.0.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/2.0.0...2.6.1) --- 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..4257ef3a1 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.1 tqdm==4.43.0 Unidecode==1.1.1 xlrd==1.2.0