Skip to content

Commit

Permalink
🔒 Fixes as per CVE-2019-19118 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
aashutoshrathi authored May 2, 2020
1 parent 9891d9c commit 32f6191
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ django-extensions = "*"
graphviz = "*"
"autopep8" = "*"
django-datetime-widget = "*"
django = "==2.2.10"
django-storages = "*"
"boto3" = "*"
pylint = "*"
pylint-django = "*"
Django = "==2.1.15"

[dev-packages]
pylint = '*'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django==2.1.7
django==2.1.15
django-heroku
gunicorn
django-progressive-web-app
Expand Down

0 comments on commit 32f6191

Please sign in to comment.