Skip to content

Commit a5363ef

Browse files
committed
chore(controller): update Django to 1.6.5 security release
https://www.djangoproject.com/weblog/2014/may/14/security-releases-issued/
1 parent bb725fc commit a5363ef

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
@@ -4,7 +4,7 @@
44
# ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [args]
55
#
66
celery==3.1.11
7-
Django==1.6.4
7+
Django==1.6.5
88
django-allauth==0.15.0
99
# HACK: use bacongobbler's feature branch until
1010
# https://github.com/kmmbvnr/django-fsm/pull/31 is merged

docs/docs_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [args]
99
#
1010
celery==3.1.11
11-
Django==1.6.4
11+
Django==1.6.5
1212
django-allauth==0.15.0
1313
# HACK: use bacongobbler's feature branch until
1414
# https://github.com/kmmbvnr/django-fsm/pull/31 is merged

0 commit comments

Comments
 (0)