diff --git a/flink-python/dev/dev-requirements.txt b/flink-python/dev/dev-requirements.txt index 2c300a19f4415..4dcfac8500784 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.69.0 -cython==3.2.1 +cython==3.2.2 py4j==0.10.9.9 python-dateutil==2.9.0.post0 cloudpickle==3.1.2 diff --git a/flink-python/pyproject.toml b/flink-python/pyproject.toml index 260c22e116082..07b7b9853eaf2 100644 --- a/flink-python/pyproject.toml +++ b/flink-python/pyproject.toml @@ -22,7 +22,7 @@ requires = [ "setuptools>=18.0", "wheel", "apache-beam==2.69.0", - "cython==3.2.1" + "cython==3.2.2" ] [tool.cibuildwheel]