Skip to content

Commit c637252

Browse files
committed
Merge pull request #2785 from mboersma/update-cors-headers
chore(controller): update django-cors-headers to 1.0.0
2 parents a71a618 + 6a1ec31 commit c637252

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

controller/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Django==1.6.8
77
# FIXME: switch to upstream pending merge of https://github.com/kmmbvnr/django-fsm/pull/59
88
git+https://github.com/deis/django-fsm@propagate-false
9-
django-cors-headers==0.13
9+
django-cors-headers==1.0.0
1010
django-guardian==1.2.4
1111
django-json-field==0.5.7
1212
djangorestframework==2.4.4

docs/docs_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Django==1.6.8
1111
# FIXME: switch to upstream pending merge of https://github.com/kmmbvnr/django-fsm/pull/59
1212
git+https://github.com/deis/django-fsm@propagate-false
13-
django-cors-headers==0.13
13+
django-cors-headers==1.0.0
1414
django-guardian==1.2.4
1515
django-json-field==0.5.7
1616
djangorestframework==2.4.4

0 commit comments

Comments
 (0)