Skip to content

Commit 7276c66

Browse files
committed
chore(controller): update Django to 1.6.11 security release
See https://www.djangoproject.com/weblog/2015/mar/18/security-releases/
1 parent 1052fef commit 7276c66

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.10
6+
Django==1.6.11
77
django-cors-headers==1.0.0
88
# required for south migrations
99
django-fsm==2.2.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.10
10+
Django==1.6.11
1111
django-cors-headers==1.0.0
1212
# required for south migrations
1313
django-fsm==2.2.0

0 commit comments

Comments
 (0)