Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit 332be7b

Browse files
committed
Update dependencies
1 parent 21fb43f commit 332be7b

File tree

2 files changed

+114
-116
lines changed

2 files changed

+114
-116
lines changed

Pipfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pypi"
77
black = "==19.3b0"
88
isort = "==4.3.4"
99
"flake8" = "==3.7.7"
10-
pre-commit = "==1.15.1"
10+
pre-commit = "==1.15.2"
1111
seed-isort-config = "==1.6.0"
1212
pytest-django = "==3.4.8"
1313

@@ -19,19 +19,19 @@ django-extensions = "==2.1.6"
1919
Django = "==2.2"
2020
gunicorn = "==19.9.0"
2121
whitenoise = "==4.1.2"
22-
"psycopg2-binary" = "==2.7.7"
22+
"psycopg2-binary" = "==2.8.2"
2323
requests = "==2.21.0"
2424
"django-s3-storage" = "==0.12.4"
25-
google-cloud-vision = "==0.35.2"
26-
uvicorn = "==0.4.2"
27-
Werkzeug = "==0.14.1"
28-
djangorestframework = "==3.9.1"
25+
google-cloud-vision = "==0.36.0"
26+
uvicorn = "==0.7.0"
27+
Werkzeug = "==0.15.2"
28+
djangorestframework = "==3.9.2"
2929
django-filter = "==2.1.0"
3030
django-crispy-forms = "==1.7.2"
3131
coreapi = "==2.3.3"
32-
pygments = "==2.3.0"
33-
markdown = "==3.0.1"
34-
django-cors-headers = "==2.4.0"
32+
pygments = "==2.3.1"
33+
markdown = "==3.1"
34+
django-cors-headers = "==2.5.2"
3535
django-redis = "==4.10.0"
3636
celery = {extras = ["redis"],version = "==4.2.1"}
3737
structlog = "==19.1.0"

0 commit comments

Comments
 (0)