From f3224bb6d49f6e7abb91fc2178a1c107136389d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 22:02:00 +0000 Subject: [PATCH] build(deps): bump cython from 0.29.24 to 0.29.33 in /python/helpers Bumps [cython](https://github.com/cython/cython) from 0.29.24 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.24...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 1a8b940553e..1dedb4025a0 100644 --- a/python/helpers/requirements.txt +++ b/python/helpers/requirements.txt @@ -8,4 +8,4 @@ poetry==1.1.11 wheel==0.36.2 # Some dependencies will only install if Cython is present -Cython==0.29.24 +Cython==0.29.33