From af275f5f504e950c97e75c14a8ef4814803dcfa4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 17 Aug 2021 19:53:28 +0300 Subject: [PATCH] Pin ujson to latest version 4.1.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 2774ab3..5a5f76c 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -11,7 +11,7 @@ jaeger-client>=4.1.0 opentracing>=2.2.0 motor>=2.0.0 pytz==2019.3 -ujson<2.0.0 +ujson==4.1.0 coverage>=5.0.3 flake8>=3.7.9