Skip to content

Commit 05ad53c

Browse files
committed
chore(controller): update docker-py to 0.7.2
See docker/docker-py@0.6.0...0.7.2 Deis still uses only the `utils.parse_repository_tag` function, so this is purely housekeeping for now.
1 parent 19d0371 commit 05ad53c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

controller/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ django-cors-headers==1.0.0
1010
django-guardian==1.2.5
1111
django-json-field==0.5.7
1212
djangorestframework==3.0.5
13-
docker-py==0.6.0
13+
docker-py==0.7.2
1414
gunicorn==19.2.1
1515
paramiko==1.15.2
1616
psycopg2==2.6

docs/docs_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ django-cors-headers==1.0.0
1414
django-guardian==1.2.5
1515
django-json-field==0.5.7
1616
djangorestframework==3.0.5
17-
docker-py==0.6.0
17+
docker-py==0.7.2
1818
gunicorn==19.2.1
1919
paramiko==1.15.2
2020
python-etcd==0.3.2

0 commit comments

Comments
 (0)