From 66e25e3efca85db8649c8610cdc6b7105a29966a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 19:41:59 +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 28a7056..db3122a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ include = ["openapi_client/py.typed"] python = "^3.8" urllib3 = ">=2.2.3" -python-dateutil = ">= 2.8.2" +python-dateutil = ">=2.9.0.post0" pydantic = ">= 2" typing-extensions = ">=4.13.2"