From 99ec9a7b7e323ab9f7c7e15f15df6d3f43c1131a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 08:05:04 +0000 Subject: [PATCH] Bump ujson from 5.2.0 to 5.3.0 Bumps [ujson](https://github.com/ultrajson/ultrajson) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/5.2.0...5.3.0) --- updated-dependencies: - dependency-name: ujson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 37001b9..badc686 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ aiohttp==3.8.1 aiohttp-cors==0.7.0 aiocache==0.11.1 aiomcache==0.7.0 -ujson==5.2.0 +ujson==5.3.0 uvloop==0.14.0; python_version < '3.7' uvloop==0.16.0; python_version >= '3.7' asyncpg==0.25.0 diff --git a/setup.py b/setup.py index f58f1cf..8b2a87a 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ "aiohttp-cors==0.7.0", "aiocache==0.11.1", "aiomcache==0.7.0", - "ujson==5.2.0", + "ujson==5.3.0", "uvloop==0.14.0; python_version < '3.7'", "uvloop==0.16.0; python_version >= '3.7'", "asyncpg==0.25.0",