From f8544d672f4b98e7a885caee7fc336cfca73e272 Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate@fachschaften.org> Date: Mon, 4 Sep 2023 13:38:05 +0000 Subject: [PATCH] Update dependency Django to v4.2.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6c0ee5f2..4dc979d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==4.2.4 +Django==4.2.5 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