Skip to content

Commit a57cabf

Browse files
committed
chore(controller): update Django to 1.6.10 security release
See https://www.djangoproject.com/weblog/2015/jan/13/security/
1 parent f12b802 commit a57cabf

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.9
6+
Django==1.6.10
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.9
10+
Django==1.6.10
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)