From f1e4141ba852005dca2b786451e90badf1d5982b Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Wed, 11 Oct 2023 11:35:05 +0100 Subject: [PATCH] Update requirements.txt --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 1e20d5a6..5878b9cc 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -3,8 +3,8 @@ # we need at least version 4.0.0 for support of JSON Schema Draft 2020-12. jsonschema == 4.17.3 -python-jsonpath == 0.9.0 +python-jsonpath == 0.9.0 attrs >= 23.1.0 PyYAML >= 3.12 requests >= 2.18.4