From 0d9c13813e15a8d62eafadfd798a4efc8830ef5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 23:26:15 +0000 Subject: [PATCH] Bump cyvcf2 from 0.30.16 to 0.30.18 Bumps [cyvcf2](https://github.com/brentp/cyvcf2) from 0.30.16 to 0.30.18. - [Release notes](https://github.com/brentp/cyvcf2/releases) - [Changelog](https://github.com/brentp/cyvcf2/blob/main/CHANGES.md) - [Commits](https://github.com/brentp/cyvcf2/compare/v0.30.16...v0.30.18) --- updated-dependencies: - dependency-name: cyvcf2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index bf1defb4..8b79238d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ aiohttp-cors==0.7.0 asyncpg==0.26.0 jsonschema==4.16.0 Cython==0.29.32 -cyvcf2==0.30.16 +cyvcf2==0.30.18 uvloop==0.17.0 aiocache==0.11.1 ujson==5.5.0 diff --git a/setup.py b/setup.py index f8029826..051b78f7 100644 --- a/setup.py +++ b/setup.py @@ -44,14 +44,14 @@ "jsonschema==4.16.0", "gunicorn==20.1.0", "uvloop==0.17.0", - "cyvcf2==0.30.16", + "cyvcf2==0.30.18", "aiocache==0.11.1", "ujson==5.5.0", ], extras_require={ "vcf": [ "numpy==1.23.3", - "cyvcf2==0.30.16", + "cyvcf2==0.30.18", "Cython==0.29.32", ], "test": [