From 88c1a2a2da97f3e9e6bfa1321ade78e2cc6c1411 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 01:12:48 +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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f7491cd..2aa2995 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,5 +16,5 @@ termcolor==1.1.0 thinc==6.10.2 toolz==0.9.0 tqdm==4.22.0 -ujson==1.35 +ujson==5.2.0 wrapt==1.10.11