From 799fc2c51566986b2b8ebb43c3fa46d23d3d6961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 11:10:40 +0000 Subject: [PATCH] Bump ujson from 2.0.3 to 5.5.0 Bumps [ujson](https://github.com/ultrajson/ultrajson) from 2.0.3 to 5.5.0. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/2.0.3...5.5.0) --- updated-dependencies: - dependency-name: ujson dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- benchmarks/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/requirements.txt b/benchmarks/requirements.txt index 8049d5d..9c93493 100644 --- a/benchmarks/requirements.txt +++ b/benchmarks/requirements.txt @@ -5,6 +5,6 @@ httpie==2.2.0 sanic==20.3.0 starlette==0.13.4 trinket==0.1.5 -ujson==2.0.3 +ujson==5.5.0 uvicorn==0.11.7 uvloop==0.14.0