From 9c5aa7379512b429144839b3abb446c501ecf6cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 22:27:40 +0000 Subject: [PATCH] Bump scrapy from 1.2.0 to 2.6.2 in /deployment/production/docker/uwsgi Bumps [scrapy](https://github.com/scrapy/scrapy) from 1.2.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/1.2.0...2.6.2) --- updated-dependencies: - dependency-name: scrapy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deployment/production/docker/uwsgi/REQUIREMENTS.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/production/docker/uwsgi/REQUIREMENTS.txt b/deployment/production/docker/uwsgi/REQUIREMENTS.txt index ac762b79..663d4a93 100644 --- a/deployment/production/docker/uwsgi/REQUIREMENTS.txt +++ b/deployment/production/docker/uwsgi/REQUIREMENTS.txt @@ -19,7 +19,7 @@ django-filter==0.11.0 Pillow==6.2.0 numpy==1.11.2 hammock==0.2.4 -Scrapy==1.2.0 +Scrapy==2.6.2 python-dateutil==2.5.3 unicodecsv==0.14.1 beautifulsoup4==4.5.1