Skip to content

Commit

Permalink
Update requirements.txt for django
Browse files Browse the repository at this point in the history
To address CVE-2019-19844, require at least Django 2.2.9
  • Loading branch information
gwasser committed Jan 20, 2020
1 parent 6e5e8cb commit af2d0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django>=2.2,<3
Django>=2.2.9,<3
django-bootstrap4-form
celery
django-celery-beat
Expand Down

0 comments on commit af2d0d5

Please sign in to comment.