From 93967948bb51e483e04c98bf901ad59601ca0078 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 14:54:27 +0000 Subject: [PATCH] Bump scrapy from 1.0.5 to 1.8.2 in /services Bumps [scrapy](https://github.com/scrapy/scrapy) from 1.0.5 to 1.8.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.0.5...1.8.2) --- updated-dependencies: - dependency-name: scrapy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/requirements.1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/requirements.1.txt b/services/requirements.1.txt index 0e17368..baaf2fc 100644 --- a/services/requirements.1.txt +++ b/services/requirements.1.txt @@ -11,7 +11,7 @@ Pillow==2.3.0 PyYAML==3.12 SQLAlchemy==1.1.3 Scio==0.12.0 -Scrapy==1.0.5 +Scrapy==1.8.2 Twisted-Core==13.2.0 Twisted-Web==13.2.0 Werkzeug==0.11.11