From b7ceb06535587cc1ce5c725406557f417b870299 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Jul 2021 21:37:58 +0000 Subject: [PATCH] Bump cython from 0.29.23 to 0.29.24 in /python/helpers Bumps [cython](https://github.com/cython/cython) from 0.29.23 to 0.29.24. - [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.23...0.29.24) Signed-off-by: dependabot-preview[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 7ca7da66dd2..30b3cb35178 100644 --- a/python/helpers/requirements.txt +++ b/python/helpers/requirements.txt @@ -6,4 +6,4 @@ pipfile==0.0.2 poetry==0.12.12 # Some dependencies will only install if Cython is present -Cython==0.29.23 +Cython==0.29.24