10000 chore(deps): update dependency google-cloud-secret-manager to v2.6.0 … · HichemELB/python-docs-samples@e03bff3 · GitHub
[go: up one dir, main page]

Skip to content

Commit e03bff3

Browse files
authored
chore(deps): update dependency google-cloud-secret-manager to v2.6.0 (GoogleCloudPlatform#6291)
[![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.5.0` -> `==2.6.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-secret-manager/2.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-secret-manager/2.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-secret-manager/2.6.0/compatibility-slim/2.5.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-secret-manager/2.6.0/confidence-slim/2.5.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/python-secret-manager</summary> ### [`v2.6.0`](https://togithub.com/googleapis/python-secret-manager/blob/master/CHANGELOG.md#&#8203;260-httpswwwgithubcomgoogleapispython-secret-managercomparev250v260-2021-07-09) [Compare Source](https://togithub.com/googleapis/python-secret-manager/compare/v2.5.0...v2.6.0) ##### Features - add always_use_jwt_access ([#&GoogleCloudPlatform#8203;137](https://www.github.com/googleapis/python-secret-manager/issues/137)) ([e1ee4c7](https://www.github.com/googleapis/python-secret-manager/commit/e1ee4c76ba5eb12b3fdd54eed1b2498eac386030)) - Tune Secret Manager auto retry parameters ([#&GoogleCloudPlatform#8203;144](https://www.github.com/googleapis/python-secret-manager/issues/144)) ([494f3f6](https://www.github.com/googleapis/python-secret-manager/commit/494f3f638203fd683e36bdf882d8a29b9b303dc5)) ##### Bug Fixes - disable always_use_jwt_access ([#&GoogleCloudPlatform#8203;143](https://www.github.com/googleapis/python-secret-manager/issues/143)) ([47cdda9](https://www.github.com/googleapis/python-secret-manager/commit/47cdda91a0962805f8553ec9f2ac779d99c3e291)) ##### Documentation - omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#&GoogleCloudPlatform#8203;1127](https://www.github.com/googleapis/python-secret-manager/issues/1127)) ([#&GoogleCloudPlatform#8203;132](https://www.github.com/googleapis/python-secret-manager/issues/132)) ([6a10592](https://www.github.com/googleapis/python-secret-manager/commit/6a105926ec39939398deca5b6fbfb05290615bfd)), closes [#&GoogleCloudPlatform#8203;1126](https://www.github.com/googleapis/python-secret-manager/issues/1126) </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 128d288 commit e03bff3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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==3.2.5
22
gunicorn==20.1.0
33
psycopg2-binary==2.9.1
44
django-environ==0.4.5
5-
google-cloud-secret-manager==2.5.0
5+
google-cloud-secret-manager==2.6.0
66
django-storages[google]==1.11.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Django==3.2.5
22
django-environ==0.4.5
33
psycopg2-binary==2.9.1
4-
google-cloud-secret-manager==2.5.0
4+
google-cloud-secret-manager==2.6.0
Lines changed: 1 addition & 1 deletion
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.5.0
3+
google-cloud-secret-manager==2.6.0
44
google-api-python-client==2.11.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.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.5.0
6+
google-cloud-secret-manager==2.6.0

0 commit comments

Comments
 (0)
0