From 04e94dda1687202b9d1b067080641bf26e98f7cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 22:30:15 +0000 Subject: [PATCH] Bump scrapy from 0.22.2 to 2.6.2 in /tools/spiders Bumps [scrapy](https://github.com/scrapy/scrapy) from 0.22.2 to 2.6.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/0.22.2...2.6.2) --- updated-dependencies: - dependency-name: scrapy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/spiders/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/spiders/requirements.txt b/tools/spiders/requirements.txt index 3c09103d8..469badf54 100644 --- a/tools/spiders/requirements.txt +++ b/tools/spiders/requirements.txt @@ -1,2 +1,2 @@ -Scrapy==0.22.2 +Scrapy==2.6.2 pytz==2013.9