From f46a87934dba333b5d975c337b1b458c8b1908dc Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Wed, 10 Aug 2022 15:26:46 +0200
Subject: [PATCH] Update django version to include uws workers

---
 ldvspec/requirements/base.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ldvspec/requirements/base.txt b/ldvspec/requirements/base.txt
index 5f2a024f..3276dfae 100644
--- a/ldvspec/requirements/base.txt
+++ b/ldvspec/requirements/base.txt
@@ -1,4 +1,4 @@
-Django==3.1.4
+Django==3.2
 djangorestframework==3.12.2
 django-filter==2.3.0
 psycopg2-binary==2.9.3
-- 
GitLab