From 538882b7626346831ab1a23c34b1aa012c25a99a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 22:28:52 +0000 Subject: [PATCH] Bump scrapy from 1.1.1 to 2.6.2 in /bgarena_gatherer Bumps [scrapy](https://github.com/scrapy/scrapy) from 1.1.1 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/1.1.1...2.6.2) --- updated-dependencies: - dependency-name: scrapy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bgarena_gatherer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bgarena_gatherer/requirements.txt b/bgarena_gatherer/requirements.txt index 32fc860..3832c3c 100644 --- a/bgarena_gatherer/requirements.txt +++ b/bgarena_gatherer/requirements.txt @@ -1,5 +1,5 @@ lxml==3.6.1 psycopg2==2.6.2 -Scrapy==1.1.1 +Scrapy==2.6.2 scrapy-splash==0.7 SQLAlchemy==1.0.14 \ No newline at end of file