Security alert on ujson < 5.4

This commit is contained in:
nicolargo 2022-12-21 13:56:54 +01:00
parent 2c9ff45b16
commit 2d2d71d81f

View File

@ -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"