From 27c807492d429402500f898921f2ed7b43bf04f2 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 21 Apr 2022 11:45:09 +1000 Subject: [PATCH] Security patch for django --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 640eb497dd..9aef6607d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Please keep this list sorted -Django==3.2.12 # Django package +Django==3.2.13 # Django package bleach==4.1.0 # HTML santization certifi # Certifi is (most likely) installed through one of the requirements above coreapi==2.3.0 # API documentation @@ -12,7 +12,7 @@ django-allauth-2fa==0.8 # MFA / 2FA django-cleanup==5.1.0 # Manage deletion of old / unused uploaded files django-cors-headers==3.2.0 # CORS headers extension for DRF django-crispy-forms==1.11.2 # Form helpers -django-debug-toolbar==2.2 # Debug / profiling toolbar +django-debug-toolbar==3.2.4 # Debug / profiling toolbar django-error-report==0.2.0 # Error report viewer for the admin interface django-filter==2.4.0 # Extended filtering options django-formtools==2.3 # Form wizard tools