From 1afcadf7c1088e83575a9122f9ed259e81d8561e Mon Sep 17 00:00:00 2001 From: Nisha Agarwal Date: Fri, 26 Apr 2019 03:52:45 -0700 Subject: [PATCH] jsonschema3.0.1: Uncap jsonschema This patch uncaps the jsonschema version. Closes-bug: 1824084 Change-Id: I0f4c0346f6acf934abda4e1bda4064f88eeecfae --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 15ec1401..36d00c7a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ six>=1.9.0 # MIT oslo.concurrency>=3.8.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 oslo.utils>=3.20.0 # Apache-2.0 -jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT +jsonschema>=2.6.0 # MIT requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0 retrying!=1.3.0,>=1.2.3 # Apache-2.0 pysnmp>=4.2.3,<5.0.0 # BSD