Skip to content

Commit 01d5f86

Browse files
Update dependency numpy to v2.2.5 (#3115)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 846f52c commit 01d5f86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flink-python/dev/dev-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ pandas==2.2.3; python_version < '3.7'
2626
pyarrow==19.0.1; python_version >= '3.7'
2727
pyarrow==19.0.1; python_version < '3.7'
2828
pytz>=2018.3
29-
numpy==2.2.4; python_version >= '3.7'
30-
numpy==2.2.4; python_version < '3.7'
29+
numpy==2.2.5; python_version >= '3.7'
30+
numpy==2.2.5; python_version < '3.7'
3131
fastavro==1.10.0
3232
grpcio==1.71.0
3333
grpcio-tools==1.71.0

0 commit comments

Comments
 (0)