diff --git a/requirements.txt b/requirements.txt index 0688cb6f..984f07ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ Cython==0.29.32 cyvcf2==0.30.18 uvloop==0.17.0 aiocache==0.11.1 -ujson==5.6.0 +ujson==5.7.0 Authlib==1.2.0 gunicorn==20.1.0 diff --git a/setup.py b/setup.py index 4a632cbb..0c54e2fc 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ "uvloop==0.17.0", "cyvcf2==0.30.18", "aiocache==0.11.1", - "ujson==5.6.0", + "ujson==5.7.0", ], extras_require={ "vcf": [