From 599003343a6ff46b61f90cd731899b2811dd0b5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 23:06:06 +0000 Subject: [PATCH] Bump scrapy from 2.7.1 to 2.8.0 Bumps [scrapy](https://github.com/scrapy/scrapy) from 2.7.1 to 2.8.0. - [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/2.7.1...2.8.0) --- updated-dependencies: - dependency-name: scrapy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b8ea8ee16..96b3f2d67 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -Scrapy==2.7.1 +Scrapy==2.8.0 requests==2.28.2