From 409ae69708413396c4dc55697bde0487704c716e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 20:31:59 +0000 Subject: [PATCH] Update dependency cython to v3.2.2 --- flink-python/dev/dev-requirements.txt | 2 +- flink-python/pyproject.toml | 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 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]