Skip to content

Commit 075ccb7

Browse files
Update dependency protobuf to v4 [SECURITY]
1 parent 1598cf6 commit 075ccb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
'pillow',
3939
# 3.7.0 fixed a bug on parsing some METADATA.pb files.
4040
# We cannot use v4 because our protobuf files have been compiled with v3.
41-
'protobuf>=3.7.0, <4',
41+
'protobuf>=4.25.8, <5',
4242
'requests',
4343
'tabulate',
4444
'unidecode',

0 commit comments

Comments
 (0)