Skip to content

Commit

Permalink
chore(deps): update dependency protobuf to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 18, 2022
1 parent 71d7ddf commit 7d4b146
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/emailservice/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ python-json-logger==2.0.4
google-cloud-profiler==4.0.0
google-cloud-trace==1.7.3
requests==2.28.1
protobuf==3.20.3 # transitive dependency, move when google-api is bumped safely
protobuf==4.21.8 # transitive dependency, move when google-api is bumped safely
2 changes: 1 addition & 1 deletion src/emailservice/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ markupsafe==2.1.1
# via jinja2
proto-plus==1.22.1
# via google-cloud-trace
protobuf==3.20.3
protobuf==4.21.8
# via
# -r requirements.in
# google-api-core
Expand Down
2 changes: 1 addition & 1 deletion src/recommendationservice/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ grpcio==1.49.1
python-json-logger==2.0.4
requests==2.28.1
rsa==4.9
protobuf==3.20.3 # transitive dependency, move when google-api is bumped safely
protobuf==4.21.8 # transitive dependency, move when google-api is bumped safely
2 changes: 1 addition & 1 deletion src/recommendationservice/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ msgpack==1.0.4
# via cachecontrol
proto-plus==1.22.1
# via google-cloud-firestore
protobuf==3.20.3
protobuf==4.21.8
# via
# -r requirements.in
# google-api-core
Expand Down

0 comments on commit 7d4b146

Please sign in to comment.