Skip to content

Commit

Permalink
[INTERNAL] Upgrade Django version #226
Browse files Browse the repository at this point in the history
  • Loading branch information
kfdm authored Dec 26, 2019
2 parents 3b269d0 + 466a9d2 commit 68a0467
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 51 deletions.
97 changes: 48 additions & 49 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ chardet==3.0.4
defusedxml==0.6.0 ; python_version >= '3.0'
dj-database-url==0.5.0
django-filter==2.2.0
django==2.2.8
django==2.2.9
djangorestframework==3.9.4
envdir==1.0.1
gunicorn==19.9.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'celery==4.3.0',
'dj-database-url',
'django-filter',
'Django==2.2.8',
'Django==2.2.9',
'djangorestframework==3.9.4',
'envdir',
'kombu==4.6.3', # https://github.com/celery/kombu/issues/1063
Expand Down

0 comments on commit 68a0467

Please sign in to comment.