Apply critical dependency upgrades

fix PyYAML warnings in unit tests
update paramiko source file for license
This commit is contained in:
AlanCoding
2019-04-12 15:26:32 -04:00
parent 15ef095366
commit 941009bf6d
11 changed files with 29 additions and 29 deletions

View File

@@ -41,10 +41,10 @@ if social_django.__version__ != '2.1.0':
still works".format(social_django.__version__))
if django.__version__ != '1.11.16':
raise RuntimeError("Django version other than 1.11.16 detected {}. \
if django.__version__ != '1.11.20':
raise RuntimeError("Django version other than 1.11.20 detected {}. \
Inherit from WSGIHandler to support short-circuit Django Middleware. \
This is known to work for Django 1.11.16 and may not work with other, \
This is known to work for Django 1.11.20 and may not work with other, \
even minor, versions.".format(django.__version__))