diff --git a/requirements.txt b/requirements.txt index bc41a6c4..737db44c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ aiohttp-cors==0.7.0 asyncpg==0.25.0 jsonschema==4.4.0 Cython==0.29.28 -cyvcf2==0.30.14 +cyvcf2==0.30.15 uvloop==0.16.0 aiocache==0.11.1 ujson==5.1.0 diff --git a/setup.py b/setup.py index c7d1a1d1..890c0dab 100644 --- a/setup.py +++ b/setup.py @@ -44,14 +44,14 @@ "jsonschema==4.4.0", "gunicorn==20.1.0", "uvloop==0.16.0", - "cyvcf2==0.30.14", + "cyvcf2==0.30.15", "aiocache==0.11.1", "ujson==5.1.0", ], extras_require={ "vcf": [ "numpy==1.22.3", - "cyvcf2==0.30.14", + "cyvcf2==0.30.15", "Cython==0.29.28", ], "test": [