From 427f36883b6bda6f0893ab00a131afc53b67badb Mon Sep 17 00:00:00 2001 From: pstlouis Date: Fri, 26 Jul 2024 10:32:00 -0400 Subject: [PATCH] bump ujson to 5.4.0 Signed-off-by: pstlouis --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ff846c2e3..86186a3ae 100644 --- a/setup.py +++ b/setup.py @@ -134,7 +134,7 @@ def run(self): ### Tests fail without version pin (GHA run: https://github.com/udosson/indy-plenum/actions/runs/1078741118) 'sortedcontainers==1.5.7', ### Tests fail without version pin (GHA run: https://github.com/udosson/indy-plenum/actions/runs/1078741118) - 'ujson==1.33', + 'ujson==5.4.0', ], setup_requires=['pytest-runner==5.3.0'],