From b49b3d58998c293d4532f47db5889d50c98b59b6 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 18 Jul 2016 23:48:34 -0700 Subject: [PATCH] Upgrade moto dependency versions. --- requirements/moto.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/requirements/moto.txt b/requirements/moto.txt index 758a6979f8..096e5535aa 100644 --- a/requirements/moto.txt +++ b/requirements/moto.txt @@ -1,7 +1,8 @@ # Dependencies of moto s3 mock -Flask==0.10.1 -Werkzeug==0.11.8 +Flask==0.11.1 +Werkzeug==0.11.10 +click==6.6 httpretty==0.8.10 itsdangerous==0.24 -moto==0.4.23 -xmltodict==0.10.1 +moto==0.4.25 +xmltodict==0.10.2