Skip to content

Commit a3ac632

Browse files
committed
Updated several python packages.
1 parent b15d949 commit a3ac632

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ db:
66
python manage.py migrate --noinput
77

88
test:
9-
python -Wall manage.py test --noinput api cm provider web
9+
python manage.py test --noinput api cm provider web
1010

1111
coverage:
1212
coverage run manage.py test --noinput api cm provider web
1313
coverage html
1414

1515
test_client:
16-
python -Wall -m unittest discover client.tests
16+
python -m unittest discover client.tests
1717

1818
flake8:
1919
flake8

dev_requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Deis controller requirements
2-
boto==2.19.0
3-
celery==3.1.6
2+
boto==2.20.1
3+
celery==3.1.7
44
Django==1.6.1
55
django-allauth==0.15.0
66
django-guardian==1.1.1
77
django-json-field==0.5.5
88
django-yamlfield==0.5
9-
djangorestframework==2.3.9
9+
djangorestframework==2.3.10
1010
dop==0.1.4
1111
gevent==1.0
1212
gunicorn==18.0
@@ -20,10 +20,10 @@ South==0.8.4
2020
# Deis client requirements
2121
docopt==0.6.1
2222
#PyYAML==3.10
23-
requests==2.0.1
23+
requests==2.1.0
2424

2525
# Deis documentation requirements
26-
Sphinx>=1.2b3
26+
Sphinx>=1.2
2727
smartypants>=1.8.3
2828
sphinxcontrib-httpdomain>=1.2.0
2929

docs/docs_requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Deis requirements for Sphinx documentation generation
2-
boto==2.19.0
3-
celery==3.1.6
2+
boto==2.20.1
3+
celery==3.1.7
44
Django==1.6.1
55
django-json-field==0.5.5
6-
djangorestframework==2.3.9
6+
djangorestframework==2.3.10
77
dop==0.1.4
88
paramiko==1.12.0
99
pyrax==1.6.2
@@ -13,6 +13,6 @@ PyYAML==3.10
1313
docopt==0.6.1
1414

1515
# Deis documentation requirements
16-
Sphinx>=1.2b3
16+
Sphinx>=1.2
1717
smartypants>=1.8.3
1818
sphinxcontrib-httpdomain>=1.2.0

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Deis controller requirements
2-
boto==2.19.0
3-
celery==3.1.6
2+
boto==2.20.1
3+
celery==3.1.7
44
Django==1.6.1
55
django-allauth==0.15.0
66
django-guardian==1.1.1
77
django-json-field==0.5.5
88
django-yamlfield==0.5
9-
djangorestframework==2.3.9
9+
djangorestframework==2.3.10
1010
dop==0.1.4
1111
gevent==1.0
1212
gunicorn==18.0

0 commit comments

Comments
 (0)