Skip to content

Commit 6b28dae

Browse files
Update dependency cython to v3.1.5 (#3672)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c95760a commit 6b28dae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flink-python/dev/dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pip>=20.3
1616
setuptools>=18.0
1717
wheel
1818
apache-beam==2.68.0
19-
cython==3.1.4
19+
cython==3.1.5
2020
py4j==0.10.9.9
2121
python-dateutil==2.9.0.post0
2222
cloudpickle==3.1.1

flink-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ requires = [
2222
"setuptools>=18.0",
2323
"wheel",
2424
"apache-beam==2.68.0",
25-
"cython==3.1.4"
25+
"cython==3.1.5"
2626
]
2727

2828
[tool.cibuildwheel]

0 commit comments

Comments
 (0)