From f181e91776076dcaed51398a6eebc6544edc582e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 14:53:43 +0000 Subject: [PATCH] Bump scrapy from 2.0.0 to 2.6.0 in /src Bumps [scrapy](https://github.com/scrapy/scrapy) from 2.0.0 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.0.0...2.6.0) --- 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..b33f0af1e 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.0 tqdm==4.43.0 Unidecode==1.1.1 xlrd==1.2.0