From 3607c873ccada3365e4bcd554f45b97ec91bd692 Mon Sep 17 00:00:00 2001 From: Marcel Schwarz Date: Sun, 11 Sep 2022 16:29:43 +0200 Subject: [PATCH] Update django to 4.1.1 and Pillow to 9.2.0 --- clubhaus/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clubhaus/requirements.txt b/clubhaus/requirements.txt index 23b0334..9724ad5 100644 --- a/clubhaus/requirements.txt +++ b/clubhaus/requirements.txt @@ -1,2 +1,2 @@ -django~=4.0.5 -Pillow~=8.3.1 \ No newline at end of file +django==4.1.1 +Pillow==9.2.0 \ No newline at end of file