From 1b785ecc5f392206c40d5952bd5e3b067c72f487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:06:03 +0000 Subject: [PATCH] build(deps): 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base/requirements.txt b/requirements/base/requirements.txt index c87dce3b..b2131147 100644 --- a/requirements/base/requirements.txt +++ b/requirements/base/requirements.txt @@ -1,7 +1,7 @@ # Base system Django==3.2.23 psycopg2==2.9.7 -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # Useful/important apps django-messagegroups==0.4.5