Skip to content

Commit a0b88b6

Browse files
committed
chore(controller): update PyYAML to 3.11
http://pyyaml.org/wiki/PyYAML#History
1 parent 529b008 commit a0b88b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Deis client requirements
22
docopt==0.6.1
33
python-dateutil==2.2
4-
#PyYAML==3.10
4+
#PyYAML==3.11
55
requests==2.2.1
66
urllib3==1.8.2
77

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ docker-py==0.4.0
1717
gunicorn==18.0
1818
psycopg2==2.5.2
1919
python-etcd==0.3.0
20-
PyYAML==3.10
20+
PyYAML==3.11
2121
redis==2.9.1
2222
static==1.0.2
2323
South==1.0

0 commit comments

Comments
 (0)