From a3f56a53495b7a3d9ea15017019807d4e9849da8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 13:12:51 +0000 Subject: [PATCH] chore(deps): bump django-timezone-field from 4.0 to 5.0 Bumps [django-timezone-field](https://github.com/mfogel/django-timezone-field) from 4.0 to 5.0. - [Release notes](https://github.com/mfogel/django-timezone-field/releases) - [Commits](https://github.com/mfogel/django-timezone-field/compare/4.0...5.0) --- updated-dependencies: - dependency-name: django-timezone-field dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index dceae5a..a75f79a 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -14,7 +14,7 @@ django-environ==0.4.5 # https://github.com/joke2k/django-environ django-model-utils==4.1.1 # https://github.com/jazzband/django-model-utils django-crispy-forms==1.12.0 # https://github.com/django-crispy-forms/django-crispy-forms django-redis==5.0.0 # https://github.com/jazzband/django-redis -django-timezone-field==4.0 # https://github.com/mfogel/django-timezone-field/ +django-timezone-field==5.0 # https://github.com/mfogel/django-timezone-field/ django-cors-headers==3.7.0 # https://github.com/adamchainz/django-cors-headers django-csp==3.7 # https://github.com/mozilla/django-csp whitenoise==5.2.0 # https://github.com/evansd/whitenoise