From 6d69e7b7ecb3b783eb26971683d1d9276513602d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 16:01:30 +0000 Subject: [PATCH] Bump cython from 0.29.21 to 0.29.33 in /python/helpers Bumps [cython](https://github.com/cython/cython) from 0.29.21 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.21...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 8ffbd1b16f1..69d8718b353 100644 --- a/python/helpers/requirements.txt +++ b/python/helpers/requirements.txt @@ -8,4 +8,4 @@ poetry==1.1.4 wheel==0.36.2 # Some dependencies will only install if Cython is present -Cython==0.29.21 +Cython==0.29.33