Skip to content

Commit 0ed4738

Browse files
authored
chore(deps): update dependency google-cloud-secret-manager to v2.7.0 (GoogleCloudPlatform#6512)
[![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.6.0` -> `==2.7.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-secret-manager/2.7.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-secret-manager/2.7.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-secret-manager/2.7.0/compatibility-slim/2.6.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-secret-manager/2.7.0/confidence-slim/2.6.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/python-secret-manager</summary> ### [`v2.7.0`](https://togithub.com/googleapis/python-secret-manager/blob/master/CHANGELOG.md#&#8203;270-httpswwwgithubcomgoogleapispython-secret-managercomparev260v270-2021-08-03) [Compare Source](https://togithub.com/googleapis/python-secret-manager/compare/v2.6.0...v2.7.0) ##### Features - add filter to customize the output of ListSecrets/ListSecretVersions calls ([#&GoogleCloudPlatform#8203;161](https://www.github.com/googleapis/python-secret-manager/issues/161)) ([c09615c](https://www.github.com/googleapis/python-secret-manager/commit/c09615c328782f0a15201cb4f2c7387b0a6ce51d)) ##### Bug Fixes - **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#&GoogleCloudPlatform#8203;153](https://www.github.com/googleapis/python-secret-manager/issues/153)) ([1e8a4aa](https://www.github.com/googleapis/python-secret-manager/commit/1e8a4aae06badda947717217c224366963664bdc)) - enable self signed jwt for grpc ([#&GoogleCloudPlatform#8203;158](https://www.github.com/googleapis/python-secret-manager/issues/158)) ([9ebe2b3](https://www.github.com/googleapis/python-secret-manager/commit/9ebe2b3a683de1d710ec3e91b444eb71b2ef0f6b)) ##### Documentation - **secretmanager:** add sample code for receiving a Pub/Sub message ([#&GoogleCloudPlatform#8203;138](https://www.github.com/googleapis/python-secret-manager/issues/138)) ([51f743d](https://www.github.com/googleapis/python-secret-manager/commit/51f743dfe2de41ef0378fff08c92c506dd11fc2b)) ##### Miscellaneous Chores - release as 2.6.1 ([#&GoogleCloudPlatform#8203;159](https://www.github.com/googleapis/python-secret-manager/issues/159)) ([b686310](https://www.github.com/googleapis/python-secret-manager/commit/b686310643ec5fbd090a5d58d8a7694bdc6eebb9)) - release as 2.7.0 ([#&GoogleCloudPlatform#8203;163](https://www.github.com/googleapis/python-secret-manager/issues/163)) ([b1c148b](https://www.github.com/googleapis/python-secret-manager/commit/b1c148bba25374bd9a62a6b823bf10ffd6215e9e)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- 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 6305246 commit 0ed4738

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

appengine/flexible/django_cloudsql/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ Django==3.2.6
22
gunicorn==20.1.0
33
psycopg2-binary==2.9.1
44
django-environ==0.4.5
5-
google-cloud-secret-manager==2.6.0
5+
google-cloud-secret-manager==2.7.0
66
django-storages[google]==1.11.1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Django==3.2.6
22
django-environ==0.4.5
33
psycopg2-binary==2.9.1
4-
google-cloud-secret-manager==2.6.0
4+
google-cloud-secret-manager==2.7.0
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pygithub==1.55
22
click==8.0.1
3-
google-cloud-secret-manager==2.6.0
3+
google-cloud-secret-manager==2.7.0
44
google-api-python-client==2.12.0

run/django/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ django-storages[google]==1.11.1
33
django-environ==0.4.5
44
psycopg2-binary==2.9.1
55
gunicorn==20.1.0
6-
google-cloud-secret-manager==2.6.0
6+
google-cloud-secret-manager==2.7.0

0 commit comments

Comments
 (0)