Skip to content

Commit

Permalink
chore(deps): update dependency psycopg2-binary to v2.9.7 (#1722)
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 |
|---|---|---|---|---|---|
| [psycopg2-binary](https://psycopg.org/) ([source](https://togithub.com/psycopg/psycopg2), [changelog](https://initd.org/psycopg/articles/tag/release/)) | `==2.9.6` -> `==2.9.7` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/psycopg2-binary/2.9.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/psycopg2-binary/2.9.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/psycopg2-binary/2.9.6/2.9.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/psycopg2-binary/2.9.6/2.9.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>psycopg/psycopg2 (psycopg2-binary)</summary>

### [`v2.9.7`](https://togithub.com/psycopg/psycopg2/compare/2.9.6...2.9.7)

[Compare Source](https://togithub.com/psycopg/psycopg2/compare/2.9.6...2.9.7)

</details>

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNi40MC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
  • Loading branch information
renovate-bot authored Aug 12, 2023
1 parent 390c6cf commit 01771cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/accounts/contacts/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ opentelemetry-instrumentation-sqlalchemy==0.40b0
packaging==23.1
pluggy==1.2.0
protobuf==4.23.4
psycopg2-binary==2.9.6
psycopg2-binary==2.9.7
py==1.11.0
pyasn1==0.5.0
pyasn1-modules==0.3.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 @@ -160,7 +160,7 @@ protobuf==4.23.4
# googleapis-common-protos
# grpcio-status
# proto-plus
psycopg2-binary==2.9.6
psycopg2-binary==2.9.7
# via -r requirements.in
py==1.11.0
# via -r requirements.in
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 @@ -29,7 +29,7 @@ opentelemetry-instrumentation-sqlalchemy==0.40b0
packaging==23.1
pluggy==1.2.0
protobuf==4.23.4
psycopg2-binary==2.9.6
psycopg2-binary==2.9.7
py==1.11.0
pyasn1==0.5.0
pyasn1-modules==0.3.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 @@ -160,7 +160,7 @@ protobuf==4.23.4
# googleapis-common-protos
# grpcio-status
# proto-plus
psycopg2-binary==2.9.6
psycopg2-binary==2.9.7
# via -r requirements.in
py==1.11.0
# via -r requirements.in
Expand Down

0 comments on commit 01771cf

Please sign in to comment.