From 3b98d87a26d02f3dd72a28452421ce42b6bc6620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 12:21:12 +0100 Subject: [PATCH] Update python-dateutil requirement from ==2.8.* to ==2.9.* (#3950) 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) --- updated-dependencies: - dependency-name: python-dateutil dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 62aaf26d2b..d81acb9aca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ dependencies = [ "pycryptodome==3.20.*", "pypdf==3.9.*", "python-bidi==0.4.*", # Support for Arabic in reportlab - "python-dateutil==2.8.*", + "python-dateutil==2.9.*", "pytz", "pytz-deprecation-shim==0.1.*", "pyuca",