From 8b476c3e2b4c00562234e3887c8dfc0741fd2a8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 23:13:21 +0000 Subject: [PATCH] build(deps): bump scrapy from 2.0.1 to 2.5.1 Bumps [scrapy](https://github.com/scrapy/scrapy) from 2.0.1 to 2.5.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.5.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..3bf8768 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.5.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..5725e58 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.5.1 scrapy-djangoitem==1.1.1 django-mysql==3.5.0 \ No newline at end of file