From 9142d7b1c85316c8ecc5e3464c32afce8a0f6763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 23:14:49 +0000 Subject: [PATCH] Bump scrapy from 1.4.0 to 1.8.1 in /scraper Bumps [scrapy](https://github.com/scrapy/scrapy) from 1.4.0 to 1.8.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...1.8.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..8a47446 100644 --- a/scraper/requirements.txt +++ b/scraper/requirements.txt @@ -1,3 +1,3 @@ -Scrapy==1.4.0 +Scrapy==1.8.1 SQLAlchemy==1.1.13 psycopg2==2.7.3 \ No newline at end of file