From ad8ec4fd51452c81db658662f2dba1011afdfd63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 01:12:49 +0000 Subject: [PATCH] Bump ujson from 1.35 to 5.2.0 in /webhooks/python-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] --- webhooks/python-sanic/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webhooks/python-sanic/requirements.txt b/webhooks/python-sanic/requirements.txt index 1c9d166..e04bc76 100644 --- a/webhooks/python-sanic/requirements.txt +++ b/webhooks/python-sanic/requirements.txt @@ -14,7 +14,7 @@ requests==2.22.0 requests-async==0.5.0 rfc3986==1.3.2 sanic==19.9.0 -ujson==1.35 +ujson==5.2.0 urllib3==1.25.6 uvloop==0.13.0 websockets==9.1