summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2022-07-11 09:49:42 +0100
committerStephen Finucane <sfinucan@redhat.com>2022-07-12 16:21:38 +0100
commit508914c18155f8ab7df27a249635d7a7250a767a (patch)
tree8f024e564b3deacd9fbcbbcdc8ca1b2c579221e7
parent541593e57ea57f05b3add4c5b84bf8f649e12271 (diff)
downloadpython-glanceclient-508914c18155f8ab7df27a249635d7a7250a767a.tar.gz
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 <sfinucan@redhat.com> Depends-On: https://review.opendev.org/c/openstack/requirements/+/849284
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
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