Skip to content

Commit 2c2e4d9

Browse files
committed
Updated boto, pyrax, django-allauth, and smartypants.
1 parent 07bdd2a commit 2c2e4d9

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

dev_requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Deis controller requirements
2-
boto==2.16.0
2+
boto==2.19.0
33
celery==3.0.22 # 3.0.23 errors, see https://github.com/opdemand/deis/issues/148
44
Django==1.6.0
5-
django-allauth==0.14.2
5+
django-allauth==0.15.0
66
django-celery==3.0.23
77
django-json-field==0.5.5
88
django-yamlfield==0.5
@@ -13,7 +13,7 @@ gunicorn==18.0
1313
paramiko==1.12.0
1414
psycopg2==2.5.1
1515
pycrypto==2.6.1
16-
pyrax==1.6.1
16+
pyrax==1.6.2
1717
PyYAML==3.10
1818
South==0.8.4
1919

@@ -24,7 +24,7 @@ requests==2.0.1
2424

2525
# Deis documentation requirements
2626
Sphinx>=1.2b3
27-
smartypants>=1.8.2
27+
smartypants>=1.8.3
2828
sphinxcontrib-httpdomain>=1.2.0
2929

3030
# Run "make coverage" for the % of code exercised during tests
@@ -37,4 +37,4 @@ docutils>=0.11
3737
flake8>=2.1.0
3838

3939
# Python expect is used to automate client-driven tests
40-
pexpect-u>=2.5.1
40+
pexpect>=3.0

docs/docs_requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Deis requirements for Sphinx documentation generation
2-
boto==2.16.0
2+
boto==2.19.0
33
celery==3.0.22 # 3.0.23 errors, see https://github.com/opdemand/deis/issues/148
44
Django==1.6.0
55
django-celery==3.0.23
66
django-json-field==0.5.5
77
djangorestframework==2.3.9
88
dop==0.1.4
99
paramiko==1.12.0
10-
pyrax==1.6.1
10+
pyrax==1.6.2
1111
PyYAML==3.10
1212

1313
# Deis client requirements
1414
docopt==0.6.1
1515

1616
# Deis documentation requirements
1717
Sphinx>=1.2b3
18-
smartypants>=1.8.2
18+
smartypants>=1.8.3
1919
sphinxcontrib-httpdomain>=1.2.0

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Deis controller requirements
2-
boto==2.16.0
2+
boto==2.19.0
33
celery==3.0.22 # 3.0.23 errors, see https://github.com/opdemand/deis/issues/148
44
Django==1.6.0
5-
django-allauth==0.14.2
5+
django-allauth==0.15.0
66
django-celery==3.0.23
77
django-json-field==0.5.5
88
django-yamlfield==0.5
@@ -13,6 +13,6 @@ gunicorn==18.0
1313
paramiko==1.12.0
1414
psycopg2==2.5.1
1515
pycrypto==2.6.1
16-
pyrax==1.6.1
16+
pyrax==1.6.2
1717
PyYAML==3.10
1818
South==0.8.4

0 commit comments

Comments
 (0)