From 95d61b5dea1fe4053f27dacd57aadcf3424c2471 Mon Sep 17 00:00:00 2001 From: John Vines <123058+ohshazbot@users.noreply.github.com> Date: Sat, 5 Oct 2024 09:05:44 -0400 Subject: [PATCH] Need newer versions of pubsub to work with this version of protobuf (#978) --- etc/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/requirements.txt b/etc/requirements.txt index 2ea01af10c..678ddba790 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -12,10 +12,10 @@ google-api-python-client==2.37.0 google-auth==2.14.1 google-auth-httplib2==0.1.0 google-auth-oauthlib==0.4.6 -google-cloud-pubsub==2.12.1 +google-cloud-pubsub==2.25.2 google-cloud-trace==1.13.5 googleapis-common-protos==1.65.0 -grpc-google-iam-v1==0.12.3 +grpc-google-iam-v1==0.13.1 grpcio==1.65.1 grpcio-status==1.65.1 htmlmin==0.1.12