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

Commit 369ca46

Browse files
Merge pull request #331 from CSCfi/dependabot/pip/cyvcf2-0.30.18
Bump cyvcf2 from 0.30.16 to 0.30.18
2 parents 5c69c64 + 0d9c138 commit 369ca46

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)