Skip to content

Commit 5970e99

Browse files
authored
chore(deps): update dependency google-cloud-kms to v2.15.0 (GoogleCloudPlatform#9133)
[![Mend 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-kms](https://togithub.com/googleapis/python-kms) | `==2.13.0` -> `==2.15.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-kms/2.15.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-kms/2.15.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-kms/2.15.0/compatibility-slim/2.13.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-kms/2.15.0/confidence-slim/2.13.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>googleapis/python-kms</summary> ### [`v2.15.0`](https://togithub.com/googleapis/python-kms/blob/HEAD/CHANGELOG.md#&#8203;2150-httpsgithubcomgoogleapispython-kmscomparev2141v2150-2023-02-21) [Compare Source](https://togithub.com/googleapis/python-kms/compare/v2.14.1...v2.15.0) ##### Features - Enable "rest" transport in Python for services supporting numeric enums ([#&GoogleCloudPlatform#8203;377](https://togithub.com/googleapis/python-kms/issues/377)) ([ae74545](https://togithub.com/googleapis/python-kms/commit/ae745452faea7f02ac7c4c0264b24dec2be787ee)) ### [`v2.14.1`](https://togithub.com/googleapis/python-kms/blob/HEAD/CHANGELOG.md#&#8203;2141-httpsgithubcomgoogleapispython-kmscomparev2140v2141-2023-01-20) [Compare Source](https://togithub.com/googleapis/python-kms/compare/v2.14.0...v2.14.1) ##### Bug Fixes - Add context manager return types ([8137467](https://togithub.com/googleapis/python-kms/commit/81374671d9cf5b88c35555b089b2abd8d2e613a0)) ##### Documentation - Add documentation for enums ([8137467](https://togithub.com/googleapis/python-kms/commit/81374671d9cf5b88c35555b089b2abd8d2e613a0)) ### [`v2.14.0`](https://togithub.com/googleapis/python-kms/blob/HEAD/CHANGELOG.md#&#8203;2140-httpsgithubcomgoogleapispython-kmscomparev2130v2140-2023-01-10) [Compare Source](https://togithub.com/googleapis/python-kms/compare/v2.13.0...v2.14.0) ##### Features - Add support for python 3.11 ([#&GoogleCloudPlatform#8203;368](https://togithub.com/googleapis/python-kms/issues/368)) ([753aff8](https://togithub.com/googleapis/python-kms/commit/753aff8ee7747372e2b1d4170f436ab367eefc2a)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/python-docs-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM1LjE0LjIifQ==-->
1 parent 96beeb7 commit 5970e99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compute/client_library/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ pytest==7.2.0
22
pytest-parallel==0.1.1
33
flaky==3.7.0
44
google-cloud-storage==2.5.0
5-
google-cloud-kms==2.13.0
5+
google-cloud-kms==2.15.0
66
py==1.11.0

kms/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-cloud-kms==2.13.0
1+
google-cloud-kms==2.15.0
22
cryptography==39.0.1
33
crcmod==1.7

0 commit comments

Comments
 (0)