From 2098cae06e870f8eb134dc56de7bdd23f627b3f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 14:53:40 +0000 Subject: [PATCH] Bump scrapy from 2.2.0 to 2.6.0 in /scraper Bumps [scrapy](https://github.com/scrapy/scrapy) from 2.2.0 to 2.6.0. - [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.2.0...2.6.0) --- 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 90d0ee7..1563060 100644 --- a/scraper/requirements.txt +++ b/scraper/requirements.txt @@ -1,5 +1,5 @@ certifi==2020.4.5.1 -Scrapy==2.2.0 +Scrapy==2.6.0 elasticsearch==7.0.4 python-dotenv==0.13.0 python_dateutil==2.8.1