Skip to content

Commit cdb4436

Browse files
committed
Merge pull request #2141 from mboersma/update-psycopg
chore(controller): update psycopg to 2.5.4
2 parents b62454c + 0394cf3 commit cdb4436

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
@@ -12,7 +12,7 @@ djangorestframework==2.3.14
1212
docker-py==0.4.0
1313
gunicorn==19.1.1
1414
paramiko==1.14.1
15-
psycopg2==2.5.2
15+
psycopg2==2.5.4
1616
python-etcd==0.3.0
1717
PyYAML==3.11
1818
redis==2.9.1

docs/docs_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ djangorestframework==2.3.14
1717
docker-py==0.4.0
1818
gunicorn==18.0
1919
paramiko==1.14.1
20-
psycopg2==2.5.2
20+
psycopg2==2.5.4
2121
python-etcd==0.3.0
2222
South==1.0
2323

0 commit comments

Comments
 (0)