From 8fff6dde63d5d30ff119ad062951371a2d2c647e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 11:24:10 +0000 Subject: [PATCH] Bump scrapy from 1.8.1 to 2.7.1 in /cnbeta Bumps [scrapy](https://github.com/scrapy/scrapy) from 1.8.1 to 2.7.1. - [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.8.1...2.7.1) --- updated-dependencies: - dependency-name: scrapy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cnbeta/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnbeta/requirements.txt b/cnbeta/requirements.txt index ec370cd..2b490b7 100644 --- a/cnbeta/requirements.txt +++ b/cnbeta/requirements.txt @@ -1,3 +1,3 @@ -Scrapy==1.8.1 +Scrapy==2.7.1 SQLAlchemy PyMySQL