Merge pull request #66 from glours/fix_django_cve

Upgrade Django version to fix CVE-2020-13596 & CVE-2020-13254
This commit is contained in:
Guillaume Lours 2020-06-05 21:36:32 +02:00 committed by GitHub
commit ea069d488f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
Django==3.0.5
Django==3.0.7
environs==7.3.1