From 2d827cc03a7615505b428c35e769b12334c785e8 Mon Sep 17 00:00:00 2001 From: renovate-bot <renovate@fachschaften.org> Date: Mon, 4 Dec 2023 13:54:08 +0000 Subject: [PATCH] Update dependency Django to v5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 33a2befc..60358234 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==4.2.7 +Django==5.0 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 -- GitLab