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

Commit 75cdcd3

Browse files
Bump cython from 0.29.33 to 0.29.34
Bumps [cython](https://github.com/cython/cython) from 0.29.33 to 0.29.34. - [Release notes](https://github.com/cython/cython/releases) - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst) - [Commits](cython/cython@0.29.33...0.29.34) --- updated-dependencies: - dependency-name: cython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5765814 commit 75cdcd3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ aiohttp==3.8.4
22
aiohttp-cors==0.7.0
33
asyncpg==0.27.0
44
jsonschema==4.17.3
5-
Cython==0.29.33
5+
Cython==0.29.34
66
cyvcf2==0.30.18
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
@@ -52,7 +52,7 @@
5252
"vcf": [
5353
"numpy==1.24.2",
5454
"cyvcf2==0.30.18",
55-
"Cython==0.29.33",
55+
"Cython==0.29.34",
5656
],
5757
"test": [
5858
"coverage==7.2.2",

0 commit comments

Comments
 (0)