Skip to content

Commit

Permalink
Merge pull request #294 from whitesmith/fix-vulnerable-dependencies
Browse files Browse the repository at this point in the history
Fix vulnerable dependencies
  • Loading branch information
pjaneiro authored Oct 29, 2019
2 parents 26a6eb8 + 8e96f87 commit cb0d1b0
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 125 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ django-dotenv = "==1.4.1"
"psycopg2" = "==2.7.3.2"
django-allauth = "==0.34.0"
gnupg = "==2.3.1"
whitenoise = "==3.3.0"
whitenoise = "==4.1.4"
celery = "==4.1.1"
redis = "==2.10.5"
gunicorn = "==19.7.1"
raven = "==6.1.0"
django-timezone-field = "==2.0"
django-braces = "==1.11.0"
django-axes = "==2.3.3"
Django = "==1.11.16"
Django = "==1.11.25"

[requires]
python_version = "3.6"
Loading

0 comments on commit cb0d1b0

Please sign in to comment.