From 8f7433f1b7c321cb2352867bbdfe0d654f65779a Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate@fachschaften.org> Date: Fri, 8 Sep 2023 08:39:48 +0000 Subject: [PATCH] Update dependency django-timezone-field to v6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6c0ee5f2..76b148bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ django-bootstrap5==23.3 fontawesomefree==6.4.2 # Makes static files (css, fonts) available locally django-fontawesome-6==1.0.0.0 # Provides an icon field for models and forms as well as handy shortcuts to render icons django-split-settings==1.2.0 -django-timezone-field==5.1 +django-timezone-field==6.0.1 djangorestframework==3.14.0 django-simple-history==3.3.0 django-registration-redux==2.12 -- GitLab