From 733eb6db012c45b2f72f41a994b3ba7ca3546854 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 22:10:50 +0000 Subject: [PATCH] Bump scrapy from 0.22.2 to 2.6.1 Bumps [scrapy](https://github.com/scrapy/scrapy) from 0.22.2 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/0.22.2...2.6.1) --- updated-dependencies: - dependency-name: scrapy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2d55c81..110af8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ flake8 wheel==0.23.0 cffi==0.8.2 -Scrapy==0.22.2 +Scrapy==2.6.1 redis==2.8.0 requests==1.2.3