Skip to content

Commit 1838ae3

Browse files
committed
Updated several python packages.
1 parent 1eb1dc4 commit 1838ae3

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

dev_requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ boto==2.15.0
33
celery==3.0.22 # 3.0.23 errors, see https://github.com/opdemand/deis/issues/148
44
Cython==0.19.2
55
Django==1.5.5
6-
django-allauth==0.13.0
6+
django-allauth==0.14.1
77
django-celery==3.0.23
88
django-json-field==0.5.5
99
django-yamlfield==0.5
@@ -14,19 +14,19 @@ gunicorn==18.0
1414
paramiko==1.12.0
1515
psycopg2==2.5.1
1616
pycrypto==2.6.1
17-
pyrax==1.5.1
17+
pyrax==1.6.1
1818
PyYAML==3.10
1919
South==0.8.2
2020

2121
# Deis client requirements
2222
docopt==0.6.1
2323
#PyYAML==3.10
24-
requests==2.0.0
24+
requests==2.0.1
2525

2626
# Deis documentation requirements
2727
Sphinx>=1.2b3
2828
smartypants>=1.8.2
29-
sphinxcontrib-httpdomain>=1.1.9
29+
sphinxcontrib-httpdomain>=1.2.0
3030

3131
# Run "make coverage" for the % of code exercised during tests
3232
coverage>=3.7
@@ -35,7 +35,7 @@ coverage>=3.7
3535
docutils>=0.11
3636

3737
# Run "make flake8" to check python syntax and style
38-
flake8>=2.0
38+
flake8>=2.1.0
3939

4040
# Python expect is used to automate client-driven tests
4141
pexpect-u>=2.5.1

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ boto==2.15.0
33
celery==3.0.22 # 3.0.23 errors, see https://github.com/opdemand/deis/issues/148
44
Cython==0.19.2
55
Django==1.5.5
6-
django-allauth==0.13.0
6+
django-allauth==0.14.1
77
django-celery==3.0.23
88
django-json-field==0.5.5
99
django-yamlfield==0.5
@@ -14,6 +14,6 @@ gunicorn==18.0
1414
paramiko==1.12.0
1515
psycopg2==2.5.1
1616
pycrypto==2.6.1
17-
pyrax==1.5.1
17+
pyrax==1.6.1
1818
PyYAML==3.10
1919
South==0.8.2

0 commit comments

Comments
 (0)