Skip to content

Commit ed7e044

Browse files
committed
Updated gunicorn and django-json-field.
1 parent 2c314c9 commit ed7e044

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

Berksfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
site :opscode
22

33
cookbook 'apt'
4+
cookbook 'rsyslog'
45
cookbook 'sudo'
56
#cookbook 'deis', '~> 0.0.6'
67

dev_requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ boto>=2.10.0
44
Django>=1.5.2
55
django-allauth>=0.12.0
66
django-celery>=3.0.21
7-
django-json-field>=0.5.4
7+
django-json-field>=0.5.5
88
django-yamlfield>=0.4
99
djangorestframework>=2.3.7
1010
gevent==0.13.8
11-
gunicorn>=0.17.5
11+
gunicorn>=18.0
1212
paramiko>=1.11.0
1313
psycopg2>=2.5.1
1414
pyCrypto>=2.6
@@ -22,7 +22,7 @@ requests>=1.2.3
2222

2323
# Deis documentation requirements
2424
Sphinx>=1.2b1
25-
smartypants>=1.6.0.3
25+
smartypants>=1.8.2
2626
sphinxcontrib-httpdomain>=1.1.9
2727

2828
# Run "make coverage" for the % of code exercised during tests

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ boto>=2.10.0
44
Django>=1.5.2
55
django-allauth>=0.12.0
66
django-celery>=3.0.21
7-
django-json-field>=0.5.4
7+
django-json-field>=0.5.5
88
django-yamlfield>=0.4
99
djangorestframework>=2.3.7
1010
gevent==0.13.8
11-
gunicorn>=0.17.5
11+
gunicorn>=18.0
1212
paramiko>=1.11.0
1313
psycopg2>=2.5.1
1414
pyCrypto>=2.6

0 commit comments

Comments
 (0)