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 functions/v2/datastore/hello-datastore/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ functions-framework==3.9.2
google-events==0.14.0
google-cloud-datastore==2.20.2
google-api-core==2.17.1
protobuf==4.25.8
protobuf==5.29.6
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

Updating protobuf to version 5.29.6 (a major version jump to v5) will cause a dependency conflict with google-api-core==2.17.1 pinned on line 4. Versions of google-api-core prior to 2.19.0 have a strict requirement for protobuf < 5.0.0dev. To resolve this conflict and allow the security update to be installed, google-api-core should also be updated to at least 2.19.0.

cloudevents==1.11.0
2 changes: 1 addition & 1 deletion functions/v2/firebase/hello-firestore/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
functions-framework==3.9.2
google-events==0.14.0
google-api-core==2.17.1
protobuf==4.25.6
protobuf==5.29.6
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

Updating protobuf to version 5.29.6 (a major version jump to v5) will cause a dependency conflict with google-api-core==2.17.1 pinned on line 3. Versions of google-api-core prior to 2.19.0 have a strict requirement for protobuf < 5.0.0dev. To resolve this conflict and allow the security update to be installed, google-api-core should also be updated to at least 2.19.0.

cloudevents==1.11.0
2 changes: 1 addition & 1 deletion functions/v2/firebase/upper-firestore/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
functions-framework==3.9.2
google-events==0.14.0
google-api-core==2.17.1
protobuf==4.25.6
protobuf==5.29.6
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

Updating protobuf to version 5.29.6 (a major version jump to v5) will cause a dependency conflict with google-api-core==2.17.1 pinned on line 3. Versions of google-api-core prior to 2.19.0 have a strict requirement for protobuf < 5.0.0dev. To resolve this conflict and allow the security update to be installed, google-api-core should also be updated to at least 2.19.0.

google-cloud-firestore==2.19.0
cloudevents==1.11.0
2 changes: 1 addition & 1 deletion gemma2/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-aiplatform[all]==1.64.0
protobuf==5.29.5
protobuf==5.29.6
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.6
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.6
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.6