From 3600a3e7f73f3c3a55d04b406c58ef385604c074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 23:05:08 +0000 Subject: [PATCH] Bump cython from 0.29.28 to 0.29.29 Bumps [cython](https://github.com/cython/cython) from 0.29.28 to 0.29.29. - [Release notes](https://github.com/cython/cython/releases) - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst) - [Commits](https://github.com/cython/cython/compare/0.29.28...0.29.29) --- updated-dependencies: - dependency-name: cython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5bad429e..892dc496 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ aiohttp==3.8.1 aiohttp-cors==0.7.0 asyncpg==0.25.0 jsonschema==4.4.0 -Cython==0.29.28 +Cython==0.29.29 cyvcf2==0.30.15 uvloop==0.16.0 aiocache==0.11.1 diff --git a/setup.py b/setup.py index ee3275fe..2971bf62 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ "vcf": [ "numpy==1.22.3", "cyvcf2==0.30.15", - "Cython==0.29.28", + "Cython==0.29.29", ], "test": [ "coverage==6.3.2",