From 3ea695629f18182f085ae0c7e62b9bafb263a8e4 Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate@fachschaften.org> Date: Mon, 3 Jul 2023 09:14:36 +0000 Subject: [PATCH] Update dependency Django to v4.2.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2d116605..87abccf0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==4.2.1 +Django==4.2.3 django-bootstrap5==23.1 fontawesomefree==6.4.0 # 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