From ebc40aa9ee30715e6e0e98f38d492429ae28973e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 21:29:09 +0000 Subject: [PATCH] Bump ujson from 4.0.2 to 5.4.0 Bumps [ujson](https://github.com/ultrajson/ultrajson) from 4.0.2 to 5.4.0. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/4.0.2...5.4.0) --- updated-dependencies: - dependency-name: ujson dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dee8433..f5bb1ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,6 +19,6 @@ python-dateutil==2.8.1 sanic-routing==0.7.0 sanic==21.6.0 six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -ujson==4.0.2; sys_platform != 'win32' and implementation_name == 'cpython' +ujson==5.4.0; sys_platform != 'win32' and implementation_name == 'cpython' uvloop==0.15.2; sys_platform != 'win32' and implementation_name == 'cpython' websockets==9.1; python_full_version >= '3.6.1'