From 8dbdd2489f10f7d0797ba18221a9b3452102199a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 23:19:37 +0000 Subject: [PATCH] build(deps): update python-dateutil requirement in /backend Updates the requirements on [python-dateutil](https://github.com/dateutil/dateutil) to permit the latest version. - [Release notes](https://github.com/dateutil/dateutil/releases) - [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS) - [Commits](https://github.com/dateutil/dateutil/compare/2.9.0...2.9.0.post0) --- updated-dependencies: - dependency-name: python-dateutil dependency-version: 2.9.0.post0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 8befa9d..6330763 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -16,4 +16,4 @@ httpx>=0.28.1,<1 feedparser>=6.0.11,<7 psycopg2-binary>=2.9.10,<3 email-validator>=2.2.0,<3 -python-dateutil>=2.9.0,<3 +python-dateutil>=2.9.0.post0,<3