From 7a5c2314cd62de113f82842a865e8827e87b4242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 21:40:28 +0000 Subject: [PATCH] Bump ujson from 2.0.1 to 5.4.0 Bumps [ujson](https://github.com/ultrajson/ultrajson) from 2.0.1 to 5.4.0. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/2.0.1...5.4.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 dc89020..18253a4 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def readme(): 'requests>=2.20.0', 'dumpit>=0.5.0', 'aenum>=2.1.2', - 'ujson==2.0.1', + 'ujson==5.4.0', 'cryptography>=3.2' ],