From 0c7776c650787f4fb954ab67c14d42d9b3de25cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Mar 2025 21:37:48 +0000 Subject: [PATCH] Update python-dateutil requirement from <=2.8.2 to <=2.9.0 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.1...2.9.0) --- updated-dependencies: - dependency-name: python-dateutil dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 638d4d9..8f73db6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ 'numpy<=2.1.3', 'openai<=1.52.2', 'parsedatetime<=2.6', - 'python-dateutil<=2.8.2', + 'python-dateutil<=2.9.0', 'redis<=4.3.4', # selenium 4.0 breaks with arm geckodriver. 'selenium==3.141.0',