From 90ca61daebbf1c2c37543e8162b0801d04f5389c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 21:38:02 +0000 Subject: [PATCH] Bump ujson from 1.35 to 5.4.0 in /webhooks/python-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] --- 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..3cbcc40 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.4.0 urllib3==1.25.6 uvloop==0.13.0 websockets==9.1