diff --git a/flink-python/dev/dev-requirements.txt b/flink-python/dev/dev-requirements.txt index ea9eab122fb04..61cc1527e1c97 100755 --- a/flink-python/dev/dev-requirements.txt +++ b/flink-python/dev/dev-requirements.txt @@ -16,7 +16,7 @@ pip>=20.3 setuptools>=18.0 wheel apache-beam==2.68.0 -cython==3.1.5 +cython==3.1.6 py4j==0.10.9.9 python-dateutil==2.9.0.post0 cloudpickle==3.1.1 diff --git a/flink-python/pyproject.toml b/flink-python/pyproject.toml index 3105696c9b5d3..6142559289e4e 100644 --- a/flink-python/pyproject.toml +++ b/flink-python/pyproject.toml @@ -22,7 +22,7 @@ requires = [ "setuptools>=18.0", "wheel", "apache-beam==2.68.0", - "cython==3.1.5" + "cython==3.1.6" ] [tool.cibuildwheel]