From 508914c18155f8ab7df27a249635d7a7250a767a Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 11 Jul 2022 09:49:42 +0100 Subject: [PATCH] Uncap warlock warlock recently had a 2.0.0 release that added support for jsonschema 4.x [1]. We no longer need to cap this. [1] https://github.com/bcwaldon/warlock/releases/tag/2.0.0 Change-Id: Idb4c33284ec36c6c5938bd9045f9729e4ed6f7ea Signed-off-by: Stephen Finucane Depends-On: https://review.opendev.org/c/openstack/requirements/+/849284 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e2a92e4..def3ad7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 PrettyTable>=0.7.1 # BSD keystoneauth1>=3.6.2 # Apache-2.0 requests>=2.14.2 # Apache-2.0 -warlock<2,>=1.2.0 # Apache-2.0 +warlock>=1.2.0 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 oslo.i18n>=3.15.3 # Apache-2.0 wrapt>=1.7.0 # BSD License