Skip to content

Commit 427a718

Browse files
Update dependency pemja to v0.5.2 (#3289)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aed467c commit 427a718

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
@@ -31,6 +31,6 @@ numpy==2.3.0; python_version < '3.7'
3131
fastavro==1.11.1
3232
grpcio==1.73.0
3333
grpcio-tools==1.73.0
34-
pemja==0.5.1; python_version >= '3.7' and platform_system != 'Windows'
34+
pemja==0.5.2; python_version >= '3.7' and platform_system != 'Windows'
3535
httplib2>=0.22.0,<=0.22.0
3636
protobuf==6.31.1

flink-python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def extracted_output_files(base_dir, file_path, output_directory):
312312
'cloudpickle==3.1.1', 'avro-python3>=1.10.2,!=1.9.2,<1.10.3',
313313
'pytz>=2018.3', 'fastavro>=1.11.1,<1.12.0', 'requests>=2.26.0',
314314
'protobuf<6.32',
315-
'pemja==0.5.1;'
315+
'pemja==0.5.2;'
316316
'python_full_version >= "3.7" and platform_system != "Windows"',
317317
'httplib2>=0.22.0,<=0.22.0', apache_flink_libraries_dependency]
318318

0 commit comments

Comments
 (0)