Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 0d9c138

Browse files
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](brentp/cyvcf2@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] <support@github.com>
1 parent 3f44657 commit 0d9c138

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ aiohttp-cors==0.7.0
33
asyncpg==0.26.0
44
jsonschema==4.16.0
55
Cython==0.29.32
6-
cyvcf2==0.30.16
6+
cyvcf2==0.30.18
77
uvloop==0.17.0
88
aiocache==0.11.1
99
ujson==5.5.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@
4444
"jsonschema==4.16.0",
4545
"gunicorn==20.1.0",
4646
"uvloop==0.17.0",
47-
"cyvcf2==0.30.16",
47+
"cyvcf2==0.30.18",
4848
"aiocache==0.11.1",
4949
"ujson==5.5.0",
5050
],
5151
extras_require={
5252
"vcf": [
5353
"numpy==1.23.3",
54-
"cyvcf2==0.30.16",
54+
"cyvcf2==0.30.18",
5555
"Cython==0.29.32",
5656
],
5757
"test": [

0 commit comments

Comments
 (0)