From c1e364e3f22c6645c70e9049b66d8a01422b7c3c 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:57 +0000 Subject: [PATCH] Bump cython from 0.29.14 to 0.29.24 in /python/helpers Bumps [cython](https://github.com/cython/cython) from 0.29.14 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.14...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 bd80561f02e..a755032c57d 100644 --- a/python/helpers/requirements.txt +++ b/python/helpers/requirements.txt @@ -6,4 +6,4 @@ pipfile==0.0.2 poetry==0.12.17 # Some dependencies will only install if Cython is present -Cython==0.29.14 +Cython==0.29.24