From d82816aeb12301442ee9b9154b1fe09bcdd75aba Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 8 Oct 2021 17:16:19 +0200 Subject: [PATCH] chore(deps): update dependency google-cloud-monitoring to v2.6.0 (#6809) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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-monitoring](https://togithub.com/googleapis/python-monitoring) | `==2.5.1` -> `==2.6.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-monitoring/2.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-monitoring/2.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-monitoring/2.6.0/compatibility-slim/2.5.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-monitoring/2.6.0/confidence-slim/2.5.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/python-monitoring ### [`v2.6.0`](https://togithub.com/googleapis/python-monitoring/blob/master/CHANGELOG.md#​260-httpswwwgithubcomgoogleapispython-monitoringcomparev252v260-2021-10-07) [Compare Source](https://togithub.com/googleapis/python-monitoring/compare/v2.5.1...v2.6.0) ##### Features - add context manager support in client ([#​230](https://www.togithub.com/googleapis/python-monitoring/issues/230)) ([954dd18](https://www.github.com/googleapis/python-monitoring/commit/954dd18966520dbc623470ef528166d83d3e19ba)) ##### [2.5.2](https://www.github.com/googleapis/python-monitoring/compare/v2.5.1...v2.5.2) (2021-09-30) ##### Bug Fixes - improper types in pagers generation ([4a8b823](https://www.github.com/googleapis/python-monitoring/commit/4a8b823061a03fd0e5c385c1fa0ac964b9a5597a)) ##### [2.5.1](https://www.github.com/googleapis/python-monitoring/compare/v2.5.0...v2.5.1) (2021-09-24) ##### Bug Fixes - add 'dict' annotation type to 'request' ([ffae24c](https://www.github.com/googleapis/python-monitoring/commit/ffae24c816a3e1645464098cf86fdaf54a3064a9))
--- ### 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. --- - [ ] 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). --- trace/cloud-trace-demo-app-opentelemetry/app/requirements.txt | 2 +- trace/cloud-trace-demo-app/app/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/trace/cloud-trace-demo-app-opentelemetry/app/requirements.txt b/trace/cloud-trace-demo-app-opentelemetry/app/requirements.txt index 607d2e0c4550..1b668a499dfe 100644 --- a/trace/cloud-trace-demo-app-opentelemetry/app/requirements.txt +++ b/trace/cloud-trace-demo-app-opentelemetry/app/requirements.txt @@ -5,5 +5,5 @@ opentelemetry-propagator-gcp==1.0.0 opentelemetry-instrumentation-flask==0.20b0 grpcio==1.41.0 httpretty==1.1.4 -google-cloud-monitoring==2.5.1 +google-cloud-monitoring==2.6.0 google-cloud-trace==0.24.0 diff --git a/trace/cloud-trace-demo-app/app/requirements.txt b/trace/cloud-trace-demo-app/app/requirements.txt index b43edb9b708e..c86c8b078ffd 100644 --- a/trace/cloud-trace-demo-app/app/requirements.txt +++ b/trace/cloud-trace-demo-app/app/requirements.txt @@ -1,4 +1,4 @@ -google-cloud-monitoring==2.5.1 +google-cloud-monitoring==2.6.0 google-cloud-trace==0.24.0 opencensus==0.8.0 # Don't upgrade to 2.0.0 yet until opencensus-ext-flask is okay with it