From 37e1d029f08d0f747e4c2b38dd6da62ac69c7016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 22:42:58 +0000 Subject: [PATCH] Bump scrapy from 2.6.0 to 2.6.2 in /src Bumps [scrapy](https://github.com/scrapy/scrapy) from 2.6.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.6.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 2b23a688..73781ee7 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -3,7 +3,7 @@ pandas==1.3.5 PyYAML==5.4 requests==2.24 scipy==1.5.2 -Scrapy==2.6.0 +Scrapy==2.6.2 tqdm==4.48.2 Unidecode==1.1.1 xlrd==1.2.0