From 2d2d71d81f2260b5674ef1d67beded3192ec098c Mon Sep 17 00:00:00 2001 From: nicolargo Date: Wed, 21 Dec 2022 13:56:54 +0100 Subject: Security alert on ujson < 5.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 36aed5f9..7d8dc5d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ future; python_version < "3.0" ujson<3; python_version < "3.0" ujson<4; python_version >= "3.5" and python_version < "3.6" ujson<5; python_version >= "3.6" and python_version < "3.7" -ujson; python_version >= "3.7" +ujson>=5.4.0; python_version >= "3.7" -- cgit v1.2.3