Updated django version to fix vulnerability.

This commit is contained in:
Daniel Dupriest 2019-01-20 15:16:56 -08:00
parent c3611737e8
commit b3177b906b

View file

@ -6,7 +6,7 @@ verify_ssl = true
[dev-packages]
[packages]
django = "==2.1.4"
django = "==2.1.5"
gunicorn = "==19.6.0"
[requires]