From 3ffcbceb3b455ff702b2d3035f26a7f1f1b69797 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 15:02:03 +0000 Subject: [PATCH] Bump scrapy from 1.4.0 to 1.8.2 in /scraper Bumps [scrapy](https://github.com/scrapy/scrapy) from 1.4.0 to 1.8.2. - [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...1.8.2) --- 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..a1419e5 100644 --- a/scraper/requirements.txt +++ b/scraper/requirements.txt @@ -1,3 +1,3 @@ -Scrapy==1.4.0 +Scrapy==1.8.2 SQLAlchemy==1.1.13 psycopg2==2.7.3 \ No newline at end of file