Upgraded to Django 4.2

This commit is contained in:
Claude Paroz 2023-05-18 18:18:49 +02:00
parent bea8631ac9
commit cc448b415e
2 changed files with 2 additions and 4 deletions

View file

@ -86,8 +86,6 @@ TIME_ZONE = 'Europe/Zurich'
USE_I18N = True USE_I18N = True
USE_L10N = True
USE_TZ = True USE_TZ = True

View file

@ -1,5 +1,5 @@
Django==3.1.7 Django~=4.2
django-tinymce==3.2.0 django-tinymce==3.6.1
openpyxl==3.0.7 openpyxl==3.0.7
Pillow==8.1.2 Pillow==8.1.2
reportlab==3.5.57 reportlab==3.5.57