From 6d71cda30f24ba7900c9c41214a6552f46113653 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 16:53:25 +0000 Subject: [PATCH] Update python-dateutil requirement from >= 2.8.2 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.2...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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b7f7871..4fbb49c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ include = ["openapi_client/py.typed"] python = "^3.8" urllib3 = ">= 1.25.3 < 3.0.0" -python-dateutil = ">= 2.8.2" +python-dateutil = ">=2.9.0.post0" pydantic = ">= 2" typing-extensions = ">= 4.7.1"