From 0f85db02e78147ec6e90b481148eb7bbb9d1d5e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Nov 2021 05:48:33 +0000 Subject: [PATCH] Bump ujson from 4.2.0 to 4.3.0 Bumps [ujson](https://github.com/ultrajson/ultrajson) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/4.2.0...4.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 58437ea6..6e791585 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ cyvcf2; python_version >= '3.7' uvloop==0.14.0; python_version < '3.7' uvloop==0.16.0; python_version >= '3.7' aiocache==0.11.1 -ujson==4.2.0 +ujson==4.3.0 aiomcache==0.6.0 Authlib==0.15.5 gunicorn==20.1.0 diff --git a/setup.py b/setup.py index 5c08f0a1..bd1e035e 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ "cyvcf2==0.10.1; python_version < '3.7'", "cyvcf2; python_version >= '3.7'", "aiocache==0.11.1", - "ujson==4.2.0", + "ujson==4.3.0", "aiomcache==0.6.0", ], extras_require={