From a0aaab009990edc36ee6582815c9c98014beb4a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Tue, 16 Apr 2024 17:13:18 +0200 Subject: [PATCH] Add referencing to requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- scripts/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index fa84733e..4d508bf4 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -3,6 +3,7 @@ # we need at least version 4.18.0 for support of referencing library. jsonschema >= 4.18.0 +referencing >= 0.28.4 python-jsonpath >= 1.0.0 attrs >= 23.1.0