From 5ca68fbf06adecb0c0478f102a9cc7d331aa36c4 Mon Sep 17 00:00:00 2001 From: Illia Volochii Date: Fri, 26 Oct 2018 22:12:26 +0300 Subject: [PATCH] Update jsondiff to 1.1.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 98780dd5a..34002b79d 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ install_requires = [ "python-jose<3.0.0", "mock", "docker>=2.5.1", - "jsondiff==1.1.1", + "jsondiff==1.1.2", "aws-xray-sdk<0.96,>=0.93", "responses>=0.9.0", ]