From 4cf190b5602b30b6c24852bc7f35220d2cc0dee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 09:57:37 +0000 Subject: [PATCH] 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e21691f7..e81274c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "rapidfuzz==3.10.1", "requests==2.32.3", "retry2==0.9.5", - "scrapy==2.11.2", + "scrapy==2.12.0", "sqlparse==0.5.1", "uk-election-ids==0.9.1", "uk-election-timetables==4.1.0",