From 77c9ed0df4a857479290c893ec7713d23ebc686c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 23:02:35 +0000 Subject: [PATCH] Bump cython from 0.29.32 to 0.29.33 Bumps [cython](https://github.com/cython/cython) from 0.29.32 to 0.29.33. - [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.32...0.29.33) --- 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 0688cb6f..be394039 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ aiohttp==3.8.3 aiohttp-cors==0.7.0 asyncpg==0.27.0 jsonschema==4.17.3 -Cython==0.29.32 +Cython==0.29.33 cyvcf2==0.30.18 uvloop==0.17.0 aiocache==0.11.1 diff --git a/setup.py b/setup.py index 4a632cbb..325d7fb4 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ "vcf": [ "numpy==1.24.1", "cyvcf2==0.30.18", - "Cython==0.29.32", + "Cython==0.29.33", ], "test": [ "coverage==7.0.2",