You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by di...@apache.org on 2021/11/03 01:50:59 UTC

[flink] branch master updated: [FLINK-24725][python] Update Cython to the latest version

This is an automated email from the ASF dual-hosted git repository.

dianfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 3970445  [FLINK-24725][python] Update Cython to the latest version
3970445 is described below

commit 39704450ebdeed7b054016c94dab19c7ede74c49
Author: martijnvisser <ma...@2symbols.com>
AuthorDate: Mon Nov 1 23:33:09 2021 +0100

    [FLINK-24725][python] Update Cython to the latest version
    
    This closes #17644.
---
 flink-python/dev/dev-requirements.txt | 2 +-
 flink-python/tox.ini                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/flink-python/dev/dev-requirements.txt b/flink-python/dev/dev-requirements.txt
index 0c95755..97242b8 100755
--- a/flink-python/dev/dev-requirements.txt
+++ b/flink-python/dev/dev-requirements.txt
@@ -15,4 +15,4 @@
 setuptools>=18.0
 wheel
 apache-beam==2.27.0
-cython==0.29.16
+cython==0.29.24
diff --git a/flink-python/tox.ini b/flink-python/tox.ini
index ccd2c0a..7c5bc51 100644
--- a/flink-python/tox.ini
+++ b/flink-python/tox.ini
@@ -29,7 +29,7 @@ whitelist_externals=
 deps =
     pytest
     apache-beam==2.27.0
-    cython==0.29.16
+    cython==0.29.24
     grpcio>=1.29.0,<2
     grpcio-tools>=1.3.5,<=1.14.2
     apache-flink-libraries