Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion managedkafka/snippets/connect/clusters/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
protobuf==5.29.4
protobuf==5.29.5
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This file is identical to managedkafka/snippets/requirements.txt. Having duplicate dependency files increases maintenance overhead, as this PR has to update the protobuf dependency in both files. To improve maintainability and prevent these files from diverging in the future, consider consolidating them into a single requirements.txt file or using a shared base file that can be included where needed.

pytest==8.2.2
google-api-core==2.23.0
google-auth==2.38.0
Expand Down
2 changes: 1 addition & 1 deletion managedkafka/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
protobuf==5.29.4
protobuf==5.29.5
pytest==8.2.2
google-api-core==2.23.0
google-auth==2.38.0
Expand Down
2 changes: 1 addition & 1 deletion secretmanager/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-resource-manager==1.14.2
google-cloud-secret-manager==2.24.0
google-crc32c==1.6.0
protobuf==5.29.4
protobuf==5.29.5