From 45e65b30372677fea19c8f8664eb6942ad2ca8b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 22:34:28 +0000 Subject: [PATCH] Bump scrapy from 1.4.0 to 2.6.2 in /pysse/pysse Bumps [scrapy](https://github.com/scrapy/scrapy) from 1.4.0 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.4.0...2.6.2) --- updated-dependencies: - dependency-name: scrapy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pysse/pysse/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysse/pysse/requirements.txt b/pysse/pysse/requirements.txt index 834834c..273bdda 100644 --- a/pysse/pysse/requirements.txt +++ b/pysse/pysse/requirements.txt @@ -1,4 +1,4 @@ PyMySQL==0.7.11 -Scrapy==1.4.0 +Scrapy==2.6.2 Twisted==17.5.0 ftputil==3.4