Skip to content

Commit

Permalink
wip chore(api): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
peterthomassen committed Oct 2, 2020
1 parent ea1ef5e commit 6c46235
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api/api/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@

# CORS
# No need to add Authorization to CORS_ALLOW_HEADERS (included by default)
CORS_ORIGIN_ALLOW_ALL = True
CORS_ALLOW_ALL_ORIGINS = True

TEMPLATES = [
{
Expand Down
14 changes: 7 additions & 7 deletions api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
captcha~=0.3.0
celery~=4.4.0
celery~=4.4.0 # 5.0.0, but https://docs.celeryproject.org/en/latest/whatsnew-5.0.html
coverage~=5.0
cryptography~=2.8
cryptography~=3.1.1
Django~=3.1.0
django-cors-headers~=3.2.0
djangorestframework~=3.11.0
django-cors-headers~=3.5.0
djangorestframework~=3.11.0 # 3.12.1, but https://github.com/encode/django-rest-framework/issues/7561
django-celery-email~=3.0.0
django-netfields~=1.2.2
django-prometheus~=2.0.0
django-prometheus~=2.1.0
dnspython~=2.0.0
httpretty~=0.9.0
httpretty~=0.9.0 # 1.0.2, but all kinds of test errors
psycopg2~=2.8.5
prometheus-client~=0.8.0 # added to control django-prometheus' dependency version
psl-dns~=1.0
pylibmc~=1.6.1
requests~=2.23.0
requests~=2.24.0
uwsgi~=2.0.0

0 comments on commit 6c46235

Please sign in to comment.