From f0e512de6b7a591533d23d508b4630271a46696e Mon Sep 17 00:00:00 2001 From: Marcel Schwarz Date: Sun, 30 Apr 2023 20:45:34 +0200 Subject: [PATCH] Upgrade django to LTS 4.2 --- clubhaus/.idea/clubhaus.iml | 2 +- clubhaus/.idea/misc.xml | 2 +- clubhaus/requirements.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clubhaus/.idea/clubhaus.iml b/clubhaus/.idea/clubhaus.iml index 90c60a6..07a2a79 100644 --- a/clubhaus/.idea/clubhaus.iml +++ b/clubhaus/.idea/clubhaus.iml @@ -14,7 +14,7 @@ - + diff --git a/clubhaus/.idea/misc.xml b/clubhaus/.idea/misc.xml index d56657a..a971a2c 100644 --- a/clubhaus/.idea/misc.xml +++ b/clubhaus/.idea/misc.xml @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/clubhaus/requirements.txt b/clubhaus/requirements.txt index 5e1cbcd..1cf04f2 100644 --- a/clubhaus/requirements.txt +++ b/clubhaus/requirements.txt @@ -1,2 +1,2 @@ -django==4.1.7 -Pillow==9.4.0 \ No newline at end of file +django==4.2 +Pillow==9.5.0 \ No newline at end of file