From a60034dc2d28e62f76d80cdd73839b0b9377c4f0 Mon Sep 17 00:00:00 2001 From: Marcel Schwarz Date: Sat, 25 Mar 2023 21:18:45 +0100 Subject: [PATCH] Update django to 4.1.7 and pillow to 9.4.0 --- clubhaus/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clubhaus/requirements.txt b/clubhaus/requirements.txt index 9724ad5..5e1cbcd 100644 --- a/clubhaus/requirements.txt +++ b/clubhaus/requirements.txt @@ -1,2 +1,2 @@ -django==4.1.1 -Pillow==9.2.0 \ No newline at end of file +django==4.1.7 +Pillow==9.4.0 \ No newline at end of file