From 43051ea68a382b7ed9e010c76c4b6b8a3f70563a 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] build(deps): bump scrapy from 2.0.1 to 2.6.0 Bumps [scrapy](https://github.com/scrapy/scrapy) from 2.0.1 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.1...2.6.0) --- updated-dependencies: - dependency-name: scrapy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo_proj/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo_proj/requirements.txt b/demo_proj/requirements.txt index 546b416..8335378 100644 --- a/demo_proj/requirements.txt +++ b/demo_proj/requirements.txt @@ -25,7 +25,7 @@ PyHamcrest==2.0.2 pyOpenSSL==19.1.0 pytz==2020.1 queuelib==1.5.0 -Scrapy==2.0.1 +Scrapy==2.6.0 scrapy-djangoitem==1.1.1 service-identity==18.1.0 six==1.15.0 diff --git a/requirements.txt b/requirements.txt index e96098d..3c95b46 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ django-crontab==0.7.1 django-filter==2.2.0 djangorestframework==3.11.2 -Scrapy==2.0.1 +Scrapy==2.6.0 scrapy-djangoitem==1.1.1 django-mysql==3.5.0 \ No newline at end of file