From 8ebe635d315333236f4c3e96b0ec38caf3235cf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 00:55:40 +0000 Subject: [PATCH] deps: Update python-dateutil requirement from >=2.8.0 to >=2.9.0.post0 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.8.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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d8b00c0a..df411ff6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "sqlalchemy>=2.0.0", "alembic>=1.13.0", "python-slugify>=8.0.0", - "python-dateutil>=2.8.0", # Required for partition management + "python-dateutil>=2.9.0.post0", # Required for partition management "aiofiles>=23.0.0", "httpx>=0.25.0", "faster-whisper>=1.0.0", diff --git a/requirements.txt b/requirements.txt index 258725de..e83eb1f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ databases[postgresql]>=0.8.0 psycopg2-binary>=2.9.0 sqlalchemy>=2.0.0 python-slugify>=8.0.0 -python-dateutil>=2.8.0 +python-dateutil>=2.9.0.post0 aiofiles>=23.0.0 httpx>=0.25.0