From c79d3c840f57b1b9337344c1ad88310fa743988e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 21:21:21 +0000 Subject: [PATCH] Bump ujson from 1.35 to 5.4.0 in /examples/server/sanic Bumps [ujson](https://github.com/ultrajson/ultrajson) from 1.35 to 5.4.0. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/v1.35...5.4.0) --- updated-dependencies: - dependency-name: ujson dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/server/sanic/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/server/sanic/requirements.txt b/examples/server/sanic/requirements.txt index 7beb58f..4570441 100644 --- a/examples/server/sanic/requirements.txt +++ b/examples/server/sanic/requirements.txt @@ -4,5 +4,5 @@ python_engineio python_socketio sanic==20.12.6 six==1.10.0 -ujson==1.35 +ujson==5.4.0 uvloop==0.8.0