From f3b0092a0cf8ceabba446c242d0f4c5dd387b1d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 23:16:58 +0000 Subject: [PATCH] Bump scrapy-splash from 0.7 to 0.8.0 in /bgarena_gatherer Bumps [scrapy-splash](https://github.com/scrapy-plugins/scrapy-splash) from 0.7 to 0.8.0. - [Release notes](https://github.com/scrapy-plugins/scrapy-splash/releases) - [Changelog](https://github.com/scrapy-plugins/scrapy-splash/blob/master/CHANGES.rst) - [Commits](https://github.com/scrapy-plugins/scrapy-splash/compare/0.7...0.8.0) --- updated-dependencies: - dependency-name: scrapy-splash 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..90071b7 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-splash==0.7 +scrapy-splash==0.8.0 SQLAlchemy==1.0.14 \ No newline at end of file