Skip to content

Commit

Permalink
fix(deps): require protobuf >= 3.20.2 (#446)
Browse files Browse the repository at this point in the history
* chore: exclude requirements.txt file from renovate-bot

Source-Link: googleapis/synthtool@f58d313
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:7a40313731a7cb1454eef6b33d3446ebb121836738dc3ab3d2d3ded5268c35b6

* update constraints files

* fix(deps): require protobuf 3.20.2

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
3 people authored Oct 3, 2022
1 parent a401024 commit bcb9137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-python-speech/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
dependencies = [
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",
"proto-plus >= 1.22.0, <2.0.0dev",
"protobuf >= 3.19.0, <5.0.0dev",
"protobuf >= 3.20.2, <5.0.0dev",
]
extras = {"libcst": "libcst >= 0.2.5"}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
google-api-core==1.32.0
libcst==0.2.5
proto-plus==1.22.0
protobuf==3.19.0
protobuf==3.20.2

0 comments on commit bcb9137

Please sign in to comment.