From 881a35d91ded55587bb327fa928db299900fc170 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 02:31:34 +0000 Subject: [PATCH] chore(deps-dev): bump python-dateutil from 2.8.2 to 2.9.0.post0 Bumps [python-dateutil](https://github.com/dateutil/dateutil) from 2.8.2 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.8.2...2.9.0.post0) --- updated-dependencies: - dependency-name: python-dateutil dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c32f9694620..805be966024 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -72,7 +72,7 @@ pycparser==2.21 PyJWT==2.8.0 -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 requests==2.31.0