From a2e073e6de516b6129658e31633ce39cd3856fc5 Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate@fachschaften.org> Date: Sat, 3 Jun 2023 17:11:25 +0000 Subject: [PATCH] Update dependency django-bootstrap5 to v23.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2d116605..5028d5c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django==4.2.1 -django-bootstrap5==23.1 +django-bootstrap5==23.3 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 django-split-settings==1.2.0 -- GitLab