From a2b4c3d0a42983f3fa426a4a4ce78ca3e46685af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 22:15:48 +0000 Subject: [PATCH] Bump scrapy from 2.2.0 to 2.6.1 in /scraper Bumps [scrapy](https://github.com/scrapy/scrapy) from 2.2.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/2.2.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 90d0ee7..aaea3d7 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.1 elasticsearch==7.0.4 python-dotenv==0.13.0 python_dateutil==2.8.1