From 592492c5c4c54f3926c6b02553276fb8e2757e29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 May 2022 15:22:27 +0100 Subject: [PATCH] Bump ujson from 5.1.0 to 5.2.0 in /examples/server/sanic (#278) Bumps [ujson](https://github.com/ultrajson/ultrajson) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/5.1.0...5.2.0) --- updated-dependencies: - dependency-name: ujson dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 d9db3be..4bfe571 100644 --- a/examples/server/sanic/requirements.txt +++ b/examples/server/sanic/requirements.txt @@ -3,6 +3,6 @@ httptools==0.3.0 multidict==5.2.0 sanic==21.12.0 sanic-routing==0.7.2 -ujson==5.1.0 +ujson==5.2.0 uvloop==0.16.0 websockets==10.1