From 67063507f09c26f2c03bf2be734174ef6d6d20df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 19:20:51 +0000 Subject: [PATCH] Update scrapy requirement from ~=2.11.2 to ~=2.12.0 in /scraper Updates the requirements on [scrapy](https://github.com/scrapy/scrapy) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- scraper/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scraper/requirements.txt b/scraper/requirements.txt index 4a4c15a..905077b 100644 --- a/scraper/requirements.txt +++ b/scraper/requirements.txt @@ -1,5 +1,5 @@ psycopg2~=2.9.10 -Scrapy~=2.11.2 +Scrapy~=2.12.0 peewee~=3.17.7 pytz~=2024.2 Twisted~=24.10