Skip to content

Commit ab78353

Browse files
committed
Merge pull request #2842 from mboersma/update-django
chore(controller): update Django to 1.6.9 bugfix release
2 parents db893c2 + f67dd7f commit ab78353

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
@@ -3,7 +3,7 @@
33
# NOTE: For testing on Mac OS X Mavericks, use the following to work around a clang issue:
44
# ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [args]
55
#
6-
Django==1.6.8
6+
Django==1.6.9
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
99
django-cors-headers==1.0.0

docs/docs_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# NOTE: For testing on Mac OS X Mavericks, use the following to work around a clang issue:
88
# ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [args]
99
#
10-
Django==1.6.8
10+
Django==1.6.9
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
1313
django-cors-headers==1.0.0

0 commit comments

Comments
 (0)