Skip to content

Commit 0fd68b5

Browse files
Update dependency protobuf to v6.33.0 (#3661)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5f2d880 commit 0fd68b5

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
@@ -33,4 +33,4 @@ grpcio==1.75.1
3333
grpcio-tools==1.75.1
3434
pemja==0.6.1; python_version >= '3.7' and platform_system != 'Windows'
3535
httplib2>=0.31.0,<=0.31.0
36-
protobuf==6.32.1
36+
protobuf==6.33.0

flink-python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ def extracted_output_files(base_dir, file_path, output_directory):
311311
install_requires = ['py4j==0.10.9.9', 'python-dateutil==2.9.0.post0', 'apache-beam==2.68.0',
312312
'cloudpickle==3.1.1', 'avro-python3>=1.10.2,!=1.9.2,<1.10.3',
313313
'pytz>=2018.3', 'fastavro>=1.12.0,<1.13.0', 'requests>=2.26.0',
314-
'protobuf<6.33',
314+
'protobuf<6.34',
315315
'pemja==0.6.1;'
316316
'python_full_version >= "3.7" and platform_system != "Windows"',
317317
'httplib2>=0.31.0,<=0.31.0', apache_flink_libraries_dependency]

0 commit comments

Comments
 (0)