From 2522cd05b9deef2655a25b57cca060c85e654482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 22:11:22 +0000 Subject: [PATCH] Bump scrapy from 1.3.0 to 2.6.1 in /apps/scrawler Bumps [scrapy](https://github.com/scrapy/scrapy) from 1.3.0 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/1.3.0...2.6.1) --- updated-dependencies: - dependency-name: scrapy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/scrawler/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/scrawler/requirements.txt b/apps/scrawler/requirements.txt index adb0f32..f3da30a 100644 --- a/apps/scrawler/requirements.txt +++ b/apps/scrawler/requirements.txt @@ -2,7 +2,7 @@ Django==1.10.4 -e git://github.com/Stufinite/userper.git@6d31e085a648f3edd8f8375aecb685535b0aed7b#egg=userper curso cphelper -Scrapy==1.3.0 +Scrapy==2.6.1 scrapy-djangoitem==1.1.1 Twisted<16.7 mysqlclient