From 6ad11c7d964836b68001f361ca5a63f0b12a19a2 Mon Sep 17 00:00:00 2001 From: renovate-bot <renovate@fachschaften.org> Date: Tue, 28 Nov 2023 19:37:39 +0000 Subject: [PATCH] Update dependency fontawesomefree to v6.5.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 33a2befc..b4c12236 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Django==4.2.7 django-bootstrap5==23.3 -fontawesomefree==6.4.2 # Makes static files (css, fonts) available locally +fontawesomefree==6.5.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 django-timezone-field==6.0.1 -- GitLab