From 54c6c561700976619c9cf64238cad14b70b03f48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:23:31 +0000 Subject: [PATCH] chore(deps): update python-dateutil requirement 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-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/serialization/text/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/serialization/text/pyproject.toml b/packages/serialization/text/pyproject.toml index 86f5370..6802945 100644 --- a/packages/serialization/text/pyproject.toml +++ b/packages/serialization/text/pyproject.toml @@ -27,7 +27,7 @@ include = ["CHANGELOG.md", "LICENSE"] [tool.poetry.dependencies] python = ">=3.8,<4.0" microsoft-kiota-abstractions = {path="../../abstractions/", develop=true} -python-dateutil = "2.8.2" +python-dateutil = "2.9.0.post0" [tool.poetry.group.dev.dependencies] yapf = "^0.40.2"