From 6328f0136c45c034b3b0d2e024c2b94ad608aeff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 22:29:31 +0000 Subject: [PATCH] pip stable: bump scrapy from 2.11.2 to 2.12.0 Bumps [scrapy](https://github.com/scrapy/scrapy) from 2.11.2 to 2.12.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.11.2...2.12.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 40289a6..0f5c243 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # working with data -Scrapy==2.11.2 +Scrapy==2.12.0 parsel==1.9.1 defusedxml==0.7.1 lxml==5.3.0