From e887694b189f648d6a227a99fd1f0ecbe6f8504b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 22:14:41 +0000 Subject: [PATCH] build(deps): bump scrapy from 2.0.1 to 2.6.1 Bumps [scrapy](https://github.com/scrapy/scrapy) from 2.0.1 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.1...2.6.1) --- 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..ecc8d99 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.1 scrapy-djangoitem==1.1.1 service-identity==18.1.0 six==1.15.0 diff --git a/requirements.txt b/requirements.txt index e96098d..dd9007a 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.1 scrapy-djangoitem==1.1.1 django-mysql==3.5.0 \ No newline at end of file