From a14e138804c613da71a379f6e72dee19f7be9ba6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 22:14:50 +0000 Subject: [PATCH] Bump scrapy from 1.4.0 to 2.6.1 in /scraper Bumps [scrapy](https://github.com/scrapy/scrapy) from 1.4.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.4.0...2.6.1) --- updated-dependencies: - dependency-name: scrapy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scraper/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scraper/requirements.txt b/scraper/requirements.txt index 9e84056..8db9f8c 100644 --- a/scraper/requirements.txt +++ b/scraper/requirements.txt @@ -1,3 +1,3 @@ -Scrapy==1.4.0 +Scrapy==2.6.1 SQLAlchemy==1.1.13 psycopg2==2.7.3 \ No newline at end of file