From 0ea1ee11796fcda6090b2774cce8f2a17fa5ad5d Mon Sep 17 00:00:00 2001 From: Marcel Schwarz Date: Fri, 31 May 2024 01:02:02 +0200 Subject: [PATCH] Update django to 5.0.6 --- clubhaus/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clubhaus/requirements.txt b/clubhaus/requirements.txt index d88b2f7..89a8fb5 100644 --- a/clubhaus/requirements.txt +++ b/clubhaus/requirements.txt @@ -1,2 +1,2 @@ -django==5.0 -Pillow==10.1.0 \ No newline at end of file +django==5.0.6 +Pillow==10.3.0 \ No newline at end of file