From 1c06c73d776199eec46fdeb799466cfe74eeed9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Aug 2023 20:43:47 +0200 Subject: [PATCH] Bump python-dateutil from 2.8.1 to 2.8.2 (#63) Bumps [python-dateutil](https://github.com/dateutil/dateutil) from 2.8.1 to 2.8.2. - [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.1...2.8.2) --- updated-dependencies: - dependency-name: python-dateutil dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ab5f351..d2627f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ django-cache-machine==1.2.0 djangorestframework==3.14.0 django-filter==2.4.0 django-extensions==3.1.1 -python-dateutil==2.8.1 +python-dateutil==2.8.2 social-auth-app-django==5.0.0 html5lib==1.1 cached-property==1.5.2