Skip to content

Commit cf55669

Browse files
Update dependency pandas to v2.3.1 (#3339)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b1ad5dc commit cf55669

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
@@ -21,8 +21,8 @@ py4j==0.10.9.9
2121
python-dateutil==2.9.0.post0
2222
cloudpickle==3.1.1
2323
avro-python3==1.10.2
24-
pandas==2.3.0; python_version >= '3.7'
25-
pandas==2.3.0; python_version < '3.7'
24+
pandas==2.3.1; python_version >= '3.7'
25+
pandas==2.3.1; python_version < '3.7'
2626
pyarrow==20.0.0; python_version >= '3.7'
2727
pyarrow==20.0.0; python_version < '3.7'
2828
pytz>=2018.3

0 commit comments

Comments
 (0)