From c825e67f69ce5e0f198ff8821bc0d7c5a33d881d Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 30 Sep 2022 18:02:44 +0200 Subject: [PATCH] bump django and restframework --- tubearchivist/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tubearchivist/requirements.txt b/tubearchivist/requirements.txt index e556893b..aab21706 100644 --- a/tubearchivist/requirements.txt +++ b/tubearchivist/requirements.txt @@ -1,9 +1,9 @@ beautifulsoup4==4.11.1 celery==5.2.7 -Django==4.0.6 +Django==4.1.1 django-auth-ldap==4.1.0 django-cors-headers==3.13.0 -djangorestframework==3.13.1 +djangorestframework==3.14.0 Pillow==9.2.0 redis==4.3.4 requests==2.28.1