From 067bfc7405a4ed662515ccde0bb61ba80b86e0ed Mon Sep 17 00:00:00 2001 From: Marcel Schwarz Date: Mon, 18 Dec 2023 19:27:28 +0100 Subject: [PATCH] Update Django to 5.0 --- clubhaus/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clubhaus/requirements.txt b/clubhaus/requirements.txt index e8dc924..d88b2f7 100644 --- a/clubhaus/requirements.txt +++ b/clubhaus/requirements.txt @@ -1,2 +1,2 @@ -django==4.2.2 -Pillow==9.5.0 \ No newline at end of file +django==5.0 +Pillow==10.1.0 \ No newline at end of file