update Django to address CVE-2020-9402

we don't use Oracle GIS, so this isn't really applicable, but it'll make
security scanners happy <shrug>

see: https://docs.djangoproject.com/en/3.0/releases/2.2.11/
This commit is contained in:
Ryan Petrello
2020-03-24 16:41:01 -04:00
parent bd7c048113
commit 68b0b40e91
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ boto # replacement candidate https://github.com/ansible/awx/issues/2115
channels
channels-redis
daphne
django==2.2.10 # see UPGRADE BLOCKERs
django==2.2.11 # see UPGRADE BLOCKERs
django-auth-ldap
django-cors-headers
django-crum