From dae1ce09ec40bf7d6c049856abed9d40a0904820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 06:59:36 +0000 Subject: [PATCH] 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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b5e5be4..c42a6a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ django-cache-machine==1.2.0 djangorestframework==3.14.0 django-filter==24.1 django-extensions==3.2.3 -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 social-auth-app-django==5.4.0 html5lib==1.1 cached-property==1.5.2