From 1e7ff3a9d2862ffc1aaabbf9ffa4a4cb26e2f59b Mon Sep 17 00:00:00 2001 From: renovate-bot <renovate@fachschaften.org> Date: Sat, 4 May 2024 10:32:22 +0000 Subject: [PATCH] Update dependency django-bootstrap5 to v24.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index af652875..1e1c93cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django==4.2.11 -django-bootstrap5==24.1 +django-bootstrap5==24.2 fontawesomefree==6.5.1 # 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.3.1 -- GitLab