From 28309f95e8679d3356c951b156d1c885b046c2b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 03:13:18 +0000 Subject: [PATCH] Update python-dateutil requirement from ^2.8.0 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.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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c8dbe4f9..203090e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ include = ["CHANGELOG.md", "rootly_sdk/py.typed"] python = "^3.10" httpx = ">=0.23.0,<0.29.0" attrs = ">=22.2.0" -python-dateutil = "^2.8.0" +python-dateutil = "^2.9.0" [build-system] requires = ["poetry-core>=2.0.0,<3.0.0"]