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

Commit 2fcd6ed

Browse files
Merge pull request #453 from CSCfi/dependabot/pip/cython-3.0.2
Bump cython from 3.0.0 to 3.0.2
2 parents fdcb3f4 + 3cb6ffb commit 2fcd6ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ aiohttp==3.8.5
22
aiohttp-cors==0.7.0
33
asyncpg==0.28.0
44
jsonschema==4.19.0
5-
Cython==3.0.0
5+
Cython==3.0.2
66
cyvcf2==0.30.22
77
uvloop==0.17.0
88
aiocache==0.11.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"vcf": [
5252
"numpy==1.25.2",
5353
"cyvcf2==0.30.22",
54-
"Cython==3.0.0",
54+
"Cython==3.0.2",
5555
],
5656
"test": [
5757
"coverage==7.3.0",

0 commit comments

Comments
 (0)