From 20532876ea456c488ddb8a63f616f359d6205e5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 19:29:39 +0000 Subject: [PATCH] Bump cython from 0.29.32 to 0.29.33 in /python/helpers 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] --- python/helpers/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/helpers/requirements.txt b/python/helpers/requirements.txt index d85666134b4..6d50f592069 100644 --- a/python/helpers/requirements.txt +++ b/python/helpers/requirements.txt @@ -8,4 +8,4 @@ poetry>=1.1.15,<1.3.0 wheel==0.37.1 # Some dependencies will only install if Cython is present -Cython==0.29.32 +Cython==0.29.33