From a4be492184f929ba1c564ae1eb01391864d34bf6 Mon Sep 17 00:00:00 2001
From: Andre Miras <andre.miras@gmail.com>
Date: Sat, 30 May 2020 18:27:38 +0200
Subject: [PATCH] :arrow_up: Bumps to Cython==0.29.19

---
 Makefile            | 2 +-
 ci/makefiles/osx.mk | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index df7cdac17b..8d61bd6b9c 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ all: virtualenv
 
 $(VIRTUAL_ENV):
 	python3 -m venv $(VIRTUAL_ENV)
-	$(PIP) install Cython==0.28.6
+	$(PIP) install Cython==0.29.19
 	$(PIP) install -e .
 
 virtualenv: $(VIRTUAL_ENV)
diff --git a/ci/makefiles/osx.mk b/ci/makefiles/osx.mk
index 0b274a6ab1..72b9a17e7a 100644
--- a/ci/makefiles/osx.mk
+++ b/ci/makefiles/osx.mk
@@ -11,7 +11,7 @@ install_java:
 	/usr/libexec/java_home -V
 
 upgrade_cython:
-	pip3 install --upgrade Cython==0.28.6
+	pip3 install --upgrade Cython==0.29.19
 
 install_android_ndk_sdk:
 	mkdir -p $(ANDROID_HOME)