Merge pull request #1904 from illia-v/jsondiff-1.1.2

Update jsondiff to 1.1.2
This commit is contained in:
Steve Pulec 2018-12-28 19:50:40 -05:00 committed by GitHub
commit 1dff707722
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,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",
]