From 21c29859eb499e84a358f143d2c4f8f4c058f6ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 06:40:09 +0000 Subject: [PATCH] Bump cython from 0.29.30 to 0.29.32 Bumps [cython](https://github.com/cython/cython) from 0.29.30 to 0.29.32. - [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.30...0.29.32) --- 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 910fa93a..bec89d9a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ aiohttp==3.8.1 aiohttp-cors==0.7.0 asyncpg==0.26.0 jsonschema==4.7.2 -Cython==0.29.30 +Cython==0.29.32 cyvcf2==0.30.15 uvloop==0.16.0 aiocache==0.11.1 diff --git a/setup.py b/setup.py index fd082f54..bc441c93 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ "vcf": [ "numpy==1.23.1", "cyvcf2==0.30.15", - "Cython==0.29.30", + "Cython==0.29.32", ], "test": [ "coverage==6.4.2",