From 4a2859c78848bd2d13312ce84feeec6ae96fd56c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 21:11:46 +0000 Subject: [PATCH] Bump ujson from 1.35 to 5.4.0 in /crowd-tracker-backend 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] --- crowd-tracker-backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowd-tracker-backend/requirements.txt b/crowd-tracker-backend/requirements.txt index 14768c8..b4e858a 100644 --- a/crowd-tracker-backend/requirements.txt +++ b/crowd-tracker-backend/requirements.txt @@ -11,5 +11,5 @@ python-dotenv==0.8.2 pytz==2018.4 requests==2.18.4 six==1.11.0 -ujson==1.35 +ujson==5.4.0 urllib3==1.22 \ No newline at end of file