From 2e8e943a4fa48525d91818c910cdaa9d96028e79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 22:16:59 +0000 Subject: [PATCH] build(deps): bump scrapy from 2.11.1 to 2.11.2 Bumps [scrapy](https://github.com/scrapy/scrapy) from 2.11.1 to 2.11.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/2.11.1...2.11.2) --- updated-dependencies: - dependency-name: scrapy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a750371..48fd2f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # working with data -Scrapy==2.11.1 +Scrapy==2.11.2 parsel==1.9.1 defusedxml==0.7.1 lxml==5.2.1