From 608c1e81f6272e3552ed1264a288f14871c0feb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:00:42 +0000 Subject: [PATCH] chore(pip-prod)(deps): 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0561761..0e04502 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ py==1.11.0 pycodestyle==2.11.1 PyJWT==2.8.0 pyparsing==3.1.1 -python-dateutil==2.9.0 +python-dateutil==2.9.0.post0 python-dotenv==1.0.1 PyYAML==6.0.1 requests==2.31.0