Skip to content

Commit

Permalink
chore(deps): update dependency protobuf to v4.24.1 (#1746)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [protobuf](https://developers.google.com/protocol-buffers/) | `==4.24.0` -> `==4.24.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/protobuf/4.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/protobuf/4.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/protobuf/4.24.0/4.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/protobuf/4.24.0/4.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/GoogleCloudPlatform/bank-of-anthos).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzYuNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
  • Loading branch information
renovate-bot authored Aug 25, 2023
1 parent 324936d commit f038b62
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/accounts/contacts/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ opentelemetry-instrumentation-flask==0.40b0
opentelemetry-instrumentation-sqlalchemy==0.40b0
packaging==23.1
pluggy==1.2.0
protobuf==4.24.0
protobuf==4.24.1
psycopg2-binary==2.9.7
py==1.11.0
pyasn1==0.5.0
Expand Down
2 changes: 1 addition & 1 deletion src/accounts/contacts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ pluggy==1.2.0
# pytest
proto-plus==1.22.3
# via google-cloud-trace
protobuf==4.24.0
protobuf==4.24.1
# via
# -r requirements.in
# google-api-core
Expand Down
2 changes: 1 addition & 1 deletion src/accounts/userservice/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ opentelemetry-instrumentation-flask==0.40b0
opentelemetry-instrumentation-sqlalchemy==0.40b0
packaging==23.1
pluggy==1.2.0
protobuf==4.24.0
protobuf==4.24.1
psycopg2-binary==2.9.7
py==1.11.0
pyasn1==0.5.0
Expand Down
2 changes: 1 addition & 1 deletion src/accounts/userservice/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ pluggy==1.2.0
# pytest
proto-plus==1.22.3
# via google-cloud-trace
protobuf==4.24.0
protobuf==4.24.1
# via
# -r requirements.in
# google-api-core
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ packaging==23.1
# opentelemetry-instrumentation-flask
proto-plus==1.22.3
# via google-cloud-trace
protobuf==4.24.0
protobuf==4.24.1
# via
# google-api-core
# google-cloud-trace
Expand Down

0 comments on commit f038b62

Please sign in to comment.