From a765f7f22f231ff84fd8fcf2bebc380d120d8739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 19:46:29 +0000 Subject: [PATCH] Update twisted requirement from ~=24.10 to ~=24.11 in /scraper Updates the requirements on [twisted](https://github.com/twisted/twisted) to permit the latest version. - [Release notes](https://github.com/twisted/twisted/releases) - [Changelog](https://github.com/twisted/twisted/blob/trunk/NEWS.rst) - [Commits](https://github.com/twisted/twisted/compare/twisted-24.10.0...twisted-24.11.0) --- updated-dependencies: - dependency-name: twisted 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 b6e9f56..ab04535 100644 --- a/scraper/requirements.txt +++ b/scraper/requirements.txt @@ -2,4 +2,4 @@ psycopg2~=2.9.10 Scrapy~=2.12.0 peewee~=3.17.8 pytz~=2024.2 -Twisted~=24.10 +Twisted~=24.11