Skip to content

Commit d72013a

Browse files
committed
chore(controller): update redis to 2.9.1
redis/redis-py@2.8.0...2.9.1
1 parent 8556509 commit d72013a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN pip install celery==3.1.11 \
2626
pycrypto==2.6.1 \
2727
python-etcd==0.3.0 \
2828
PyYAML==3.10 \
29-
redis==2.8.0 \
29+
redis==2.9.1 \
3030
static==1.0.2 \
3131
South==0.8.4
3232

controller/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ psycopg2==2.5.2
1919
pycrypto==2.6.1
2020
python-etcd==0.3.0
2121
PyYAML==3.10
22-
redis==2.8.0
22+
redis==2.9.1
2323
static==1.0.2
2424
South==0.8.4

0 commit comments

Comments
 (0)