From 4ad984896b7f868727260ed49a7cdd0b0d9a34b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 01:13:06 +0000 Subject: [PATCH] Bump ujson from 1.35 to 5.2.0 Bumps [ujson](https://github.com/ultrajson/ultrajson) from 1.35 to 5.2.0. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/v1.35...5.2.0) --- updated-dependencies: - dependency-name: ujson dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 823b4e7..79bbea8 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ DEPENDENCIES = [ "ipaddress==1.0.22", - "ujson==1.35", + "ujson==5.2.0", "pyzmq==17.1.2", "redis==2.10.6", "tornado==5.1.1",