Upgrade django version to 2.2.16 from 2.1.7 as seen on prod

This upgrade is to patch security fixes included in 2.2.16
This commit is contained in:
PCoder 2020-09-02 20:23:20 +05:30
parent a7b9d70b9d
commit 6a3d48e6e1
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
django < 3
django==2.2.16
django-auth-ldap
python-ldap
django-bootstrap3