Skip to content

Commit edd51a3

Browse files
committed
chore(controller): update djangorestframework to 2.3.13
encode/django-rest-framework@2.3.12...2.3.13
1 parent e41f1fd commit edd51a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN pip install celery==3.1.8 \
1919
django-guardian==1.1.1 \
2020
django-json-field==0.5.5 \
2121
django-yamlfield==0.5 \
22-
djangorestframework==2.3.12 \
22+
djangorestframework==2.3.13 \
2323
gunicorn==18.0 \
2424
paramiko==1.12.1 \
2525
psycopg2==2.5.2 \

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ git+https://github.com/deis/django-fsm@add-exception-handling
1212
django-guardian==1.1.1
1313
django-json-field==0.5.5
1414
django-yamlfield==0.5
15-
djangorestframework==2.3.12
15+
djangorestframework==2.3.13
1616
gunicorn==18.0
1717
paramiko==1.12.1
1818
psycopg2==2.5.2

0 commit comments

Comments
 (0)