From 78691962d5dad3bb202426312eff0926fb796751 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 23:57:13 +0000 Subject: [PATCH] Bump cython from 0.29.34 to 0.29.35 Bumps [cython](https://github.com/cython/cython) from 0.29.34 to 0.29.35. - [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.34...0.29.35) --- 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 d985d333..41d738b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ aiohttp==3.8.4 aiohttp-cors==0.7.0 asyncpg==0.27.0 jsonschema==4.17.3 -Cython==0.29.34 +Cython==0.29.35 cyvcf2==0.30.18 uvloop==0.17.0 aiocache==0.11.1 diff --git a/setup.py b/setup.py index bd1da3ca..8e73f67a 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ "vcf": [ "numpy==1.24.3", "cyvcf2==0.30.18", - "Cython==0.29.34", + "Cython==0.29.35", ], "test": [ "coverage==7.2.5",