From 3cb6ffb2c988a2aee8fbb3bc2a026a73fcd44e39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 23:45:21 +0000 Subject: [PATCH] Bump cython from 3.0.0 to 3.0.2 Bumps [cython](https://github.com/cython/cython) from 3.0.0 to 3.0.2. - [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/3.0.0...3.0.2) --- 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 8eba6a5a..bbff75f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ aiohttp==3.8.5 aiohttp-cors==0.7.0 asyncpg==0.28.0 jsonschema==4.19.0 -Cython==3.0.0 +Cython==3.0.2 cyvcf2==0.30.22 uvloop==0.17.0 aiocache==0.11.1 diff --git a/setup.py b/setup.py index 7c5945ac..04842642 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ "vcf": [ "numpy==1.25.2", "cyvcf2==0.30.22", - "Cython==3.0.0", + "Cython==3.0.2", ], "test": [ "coverage==7.3.0",