From 3c7d7ee9542f005b0de7604e34117b711eea672e Mon Sep 17 00:00:00 2001 From: ilan Date: Thu, 21 Jul 2016 15:20:34 +0200 Subject: [PATCH] Updates arrow, botocore, psutil, pymongo, rollbar and wcwidth --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8542722..75c56c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,10 +5,10 @@ # pip-compile --output-file requirements.txt requirements.in # -arrow==0.7.0 +arrow==0.8.0 blessed==1.14.1 boto3==1.3.1 -botocore==1.4.25 # via boto3 +botocore==1.4.38 # via boto3 django-picklefield==0.3.2 django-redis==4.4.3 docutils==0.12 # via botocore @@ -17,11 +17,11 @@ hiredis==0.2.0 iron-core==1.2.0 # via iron-mq iron-mq==0.9 jmespath==0.9.0 # via boto3, botocore -psutil==4.2.0 -pymongo==3.2.2 +psutil==4.3.0 +pymongo==3.3.0 python-dateutil==2.5.3 # via arrow, botocore, iron-core redis==2.10.5 requests==2.10.0 # via iron-core, rollbar -rollbar==0.13.0 +rollbar==0.13.2 six==1.10.0 # via blessed, python-dateutil, rollbar -wcwidth==0.1.6 # via blessed +wcwidth==0.1.7 # via blessed