From 3dc5f583056bf3b9cb69e27922e35dfac2511689 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 11:36:13 +0000 Subject: [PATCH] Bump python-dateutil from 2.9.0 to 2.9.0.post0 Bumps [python-dateutil](https://github.com/dateutil/dateutil) from 2.9.0 to 2.9.0.post0. - [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.9.0...2.9.0.post0) --- updated-dependencies: - dependency-name: python-dateutil dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 45a4fae..2040ee5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "pandas==2.2.2", "pyarrow==17.0.0", "pyserial==3.5", - "python-dateutil==2.9.0", + "python-dateutil==2.9.0.post0", "pytz==2024.1", "requests==2.32.3", "sh==2.0.7",