Skip to content

Commit aff5767

Browse files
authored
chore(deps): update dependency google-cloud-secret-manager to v2.9.0 (GoogleCloudPlatform#7535)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google-cloud-secret-manager](https://togithub.com/googleapis/python-secret-manager) | `==2.8.0` -> `==2.9.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-secret-manager/2.9.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-secret-manager/2.9.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-secret-manager/2.9.0/compatibility-slim/2.8.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-secret-manager/2.9.0/confidence-slim/2.8.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/python-secret-manager</summary> ### [`v2.9.0`](https://togithub.com/googleapis/python-secret-manager/blob/HEAD/CHANGELOG.md#&#8203;290-httpsgithubcomgoogleapispython-secret-managercomparev280v290-2022-02-26) [Compare Source](https://togithub.com/googleapis/python-secret-manager/compare/v2.8.0...v2.9.0) ##### Features - add api key support ([#&GoogleCloudPlatform#8203;240](https://togithub.com/googleapis/python-secret-manager/issues/240)) ([4056e97](https://togithub.com/googleapis/python-secret-manager/commit/4056e97028a638934de9deea68d29e523fa45a1f)) - add checksums in Secret Manager ([#&GoogleCloudPlatform#8203;244](https://togithub.com/googleapis/python-secret-manager/issues/244)) ([6c24f70](https://togithub.com/googleapis/python-secret-manager/commit/6c24f70276333e74b32ba0992e77e24f5f453de5)) ##### Bug Fixes - **deps:** move libcst to extras ([#&GoogleCloudPlatform#8203;248](https://togithub.com/googleapis/python-secret-manager/issues/248)) ([9acb791](https://togithub.com/googleapis/python-secret-manager/commit/9acb7913adc01f41928b85641aea184ffccdf121)) - resolve DuplicateCredentialArgs error when using credentials_file ([6c24f70](https://togithub.com/googleapis/python-secret-manager/commit/6c24f70276333e74b32ba0992e77e24f5f453de5)) ##### Documentation - add generated snippets ([#&GoogleCloudPlatform#8203;247](https://togithub.com/googleapis/python-secret-manager/issues/247)) ([a84c252](https://togithub.com/googleapis/python-secret-manager/commit/a84c2520b522c8c5d60d7fa32050fe917a30dff2)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/python-docs-samples).
1 parent 01b2c87 commit aff5767

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

appengine/flexible/django_cloudsql/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ Django==4.0.1
22
gunicorn==20.1.0
33
psycopg2-binary==2.9.3
44
django-environ==0.8.1
5-
google-cloud-secret-manager==2.8.0
5+
google-cloud-secret-manager==2.9.0
66
django-storages[google]==1.12.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Django==4.0.1
22
django-environ==0.8.1
33
psycopg2-binary==2.9.3
4-
google-cloud-secret-manager==2.8.0
4+
google-cloud-secret-manager==2.9.0

run/django/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ django-storages[google]==1.12.3
33
django-environ==0.8.1
44
psycopg2-binary==2.9.3
55
gunicorn==20.1.0
6-
google-cloud-secret-manager==2.8.0
6+
google-cloud-secret-manager==2.9.0

0 commit comments

Comments
 (0)