Merge pull request #6080 from ryanpetrello/django-upgrade

update Django to address a few open CVEs

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2020-02-26 14:09:12 +00:00 committed by GitHub
commit 22d4e60028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ azure-keyvault==1.1.0 # see UPGRADE BLOCKERs
boto # replacement candidate https://github.com/ansible/awx/issues/2115
channels==1.1.8 # UPGRADE BLOCKER: Last before backwards-incompatible channels 2 upgrade
daphne==1.4.2 # UPGRADE BLOCKER: last before channels 2 but not pinned by other deps
django==2.2.8 # see UPGRADE BLOCKERs
django==2.2.10 # see UPGRADE BLOCKERs
django-auth-ldap
django-cors-headers
django-crum

View File

@ -34,7 +34,7 @@ django-radius==1.3.3
django-solo==1.1.3
django-split-settings==1.0.0
django-taggit==1.2.0
django==2.2.8
django==2.2.10
djangorestframework-yaml==1.0.3
djangorestframework==3.11.0
docutils==0.15.2 # via python-daemon