Skip to content

Commit 6b88444

Browse files
renovate-botgcf-owl-bot[bot]parthea
authored
chore(deps): update all dependencies (#1032)
* chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * pin protobuf for python 3.7 - See protocolbuffers/protobuf#14148 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent eff3624 commit 6b88444

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

packages/google-cloud-pubsub/samples/snippets/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ pytest==7.4.3
33
mock==5.1.0
44
flaky==3.7.0
55
google-cloud-bigquery==3.13.0
6-
google-cloud-storage==2.12.0
6+
google-cloud-storage==2.13.0
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
google-cloud-pubsub==2.18.4
22
avro==1.11.3
3-
protobuf==4.24.4
3+
protobuf===4.24.4; python_version == '3.7'
4+
protobuf==4.25.1; python_version >= '3.8'
45
avro==1.11.3

0 commit comments

Comments
 (0)