From b48d7956a39d74f180f8fc2a242ed966dc35bf8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 01:08:00 +0000 Subject: [PATCH] Bump ujson from 1.35 to 5.2.0 in /examples/server/sanic 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] --- 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..0b91df8 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.2.0 uvloop==0.8.0