Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpadilla committed Jun 28, 2020
1 parent a88184e commit 9cfbf26
Show file tree
Hide file tree
Showing 3 changed files with 174 additions and 173 deletions.
38 changes: 19 additions & 19 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,35 @@ name = "pypi"
[dev-packages]
black = "==19.10b0"
isort = "==4.3.21"
"flake8" = "==3.7.9"
pre-commit = "==1.21.0"
seed-isort-config = "==1.9.4"
pytest-django = "==3.8.0"
"flake8" = "==3.8.3"
pre-commit = "==2.5.1"
seed-isort-config = "==2.2.0"
pytest-django = "==3.9.0"

[packages]
dj-database-url = "==0.5.0"
django-configurations = "==2.2"
django-debug-toolbar = "==2.1"
django-extensions = "==2.2.6"
django-debug-toolbar = "==2.2"
django-extensions = "==2.2.9"
Django = "==3.0.7"
gunicorn = "==20.0.4"
whitenoise = "==5.0.1"
"psycopg2-binary" = "==2.8.4"
requests = "==2.22.0"
"django-s3-storage" = "==0.13.0"
uvicorn = "==0.11.1"
Werkzeug = "==0.16.0"
whitenoise = "==5.1.0"
"psycopg2-binary" = "==2.8.5"
requests = "==2.24.0"
"django-s3-storage" = "==0.13.2"
uvicorn = "==0.11.5"
Werkzeug = "==1.0.1"
djangorestframework = "==3.11.0"
django-filter = "==2.2.0"
django-crispy-forms = "==1.8.1"
django-filter = "==2.3.0"
django-crispy-forms = "==1.9.1"
pygments = "==2.5.2"
markdown = "==3.1.1"
django-cors-headers = "==3.2.1"
django-redis = "==4.11.0"
markdown = "==3.2.2"
django-cors-headers = "==3.4.0"
django-redis = "==4.12.1"
celery = {extras = ["redis"],version = "==4.4.0"}
structlog = "==19.2.0"
structlog = "==20.1.0"
uritemplate = "==3.0.1"
pyyaml = "==5.3"
pyyaml = "==5.3.1"

[requires]
python_version = "3.7"
Expand Down
Loading

0 comments on commit 9cfbf26

Please sign in to comment.