From 536e0f7a4bae2e754e11baed9c5a66109719c064 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 23:27:42 +0000 Subject: [PATCH] Bump cython from 0.29.35 to 0.29.36 Bumps [cython](https://github.com/cython/cython) from 0.29.35 to 0.29.36. - [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.35...0.29.36) --- 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 bee6cb5b..bc4c4ca3 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.18.0 -Cython==0.29.35 +Cython==0.29.36 cyvcf2==0.30.18 uvloop==0.17.0 aiocache==0.11.1 diff --git a/setup.py b/setup.py index 6d873a91..7004a701 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ "vcf": [ "numpy==1.25.1", "cyvcf2==0.30.18", - "Cython==0.29.35", + "Cython==0.29.36", ], "test": [ "coverage==7.2.7",