From f410c37cf66abec033d9455cf3ce502e561d40d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 12:14:19 +0100 Subject: [PATCH] Bump ujson from 4.2.0 to 5.1.0 (#196) Bumps [ujson](https://github.com/ultrajson/ultrajson) from 4.2.0 to 5.1.0. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/4.2.0...5.1.0) --- updated-dependencies: - dependency-name: ujson dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 07dcf868..a5de209b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ PyJWT==2.3.0 zeroconf==0.36.13 passlib==1.7.4 cryptography==36.0.1 -ujson==4.2.0 +ujson==5.1.0 mashumaro==2.9 typing-inspect==0.6.0; python_version < '3.8' uvloop==0.16.0; sys_platform != 'win32' -- 2.34.1