From 5fc55edbc4eaee843e244ba65a239861e1805133 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Sun, 19 Jun 2022 09:18:12 +0200 Subject: [PATCH] chore(deps): update dependency google-cloud-trace to v0.24.2 (#8077) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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-trace](https://togithub.com/googleapis/python-trace) | `===0.24.1` -> `==0.24.2` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-trace/0.24.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-trace/0.24.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-trace/0.24.2/compatibility-slim/0.24.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-trace/0.24.2/confidence-slim/0.24.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/python-trace ### [`v0.24.2`](https://togithub.com/googleapis/python-trace/releases/tag/v0.24.2) [Compare Source](https://togithub.com/googleapis/python-trace/compare/v0.24.1...v0.24.2) ##### Bug Fixes - **deps:** require protobuf<4.0.0 on v0 branch ([#​235](https://togithub.com/googleapis/python-trace/issues/235)) ([30229b3](https://togithub.com/googleapis/python-trace/commit/30229b335fd348d0a737d44e1063214311d414c3))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- 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). --- trace/cloud-trace-demo-app/app/requirements.txt | 2 +- trace/trace-python-sample/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/trace/cloud-trace-demo-app/app/requirements.txt b/trace/cloud-trace-demo-app/app/requirements.txt index fc4a5c4ca875..0d39bba16668 100644 --- a/trace/cloud-trace-demo-app/app/requirements.txt +++ b/trace/cloud-trace-demo-app/app/requirements.txt @@ -1,5 +1,5 @@ google-cloud-monitoring==2.9.2 -google-cloud-trace===0.24.1 +google-cloud-trace===0.24.2 opencensus==0.9.0 # Don't upgrade to 2.0.0 yet until opencensus-ext-flask is okay with it Flask==1.1.4 diff --git a/trace/trace-python-sample/requirements.txt b/trace/trace-python-sample/requirements.txt index 5114197a8223..de42cad35ac8 100644 --- a/trace/trace-python-sample/requirements.txt +++ b/trace/trace-python-sample/requirements.txt @@ -1,4 +1,4 @@ -google-cloud-trace===0.24.1 +google-cloud-trace===0.24.2 opencensus==0.9.0 opencensus-ext-stackdriver==0.8.0 Flask==2.1.0