Skip to content

Commit 58ed4ac

Browse files
authored
chore(deps): update dependency opencensus-ext-stackdriver to v0.8.0 (GoogleCloudPlatform#6570)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [opencensus-ext-stackdriver](https://togithub.com/census-instrumentation/opencensus-python) | `==0.7.4` -> `==0.8.0` | [![age](https://badges.renovateapi.com/packages/pypi/opencensus-ext-stackdriver/0.8.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/opencensus-ext-stackdriver/0.8.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/opencensus-ext-stackdriver/0.8.0/compatibility-slim/0.7.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/opencensus-ext-stackdriver/0.8.0/confidence-slim/0.7.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>census-instrumentation/opencensus-python</summary> ### [`v0.8.0`](https://togithub.com/census-instrumentation/opencensus-python/compare/v0.7.4...opencensus-ext-stackdriver@v0.8.0) [Compare Source](https://togithub.com/census-instrumentation/opencensus-python/compare/v0.7.4...opencensus-ext-stackdriver@v0.8.0) </details> --- ### 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. --- - [ ] <!-- 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 dd0bfa9 commit 58ed4ac

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

opencensus/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
grpcio==1.39.0
2-
opencensus-ext-stackdriver==0.7.4
2+
opencensus-ext-stackdriver==0.8.0
33
opencensus==0.7.13

trace/cloud-trace-demo-app-opentelemetry/app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ opentelemetry-propagator-gcp==1.0.0
55
opentelemetry-instrumentation-flask==0.20b0
66
grpcio==1.39.0
77
httpretty==1.1.4
8-
google-cloud-monitoring==2.2.1
8+
google-cloud-monitoring==2.4.2
99
google-cloud-trace==0.24.0

trace/cloud-trace-demo-app/app/requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# opencensus-ext-stackdriver 0.7.4 depends on google-cloud-monitoring<1.0.0 and >=0.30.0
2-
google-cloud-monitoring==0.36.0
1+
google-cloud-monitoring==2.4.2
32
google-cloud-trace==0.24.0
43
opencensus==0.7.13
54
# Don't upgrade to 2.0.0 yet until opencensus-ext-flask is okay with it
65
Flask==1.1.4
7-
opencensus-ext-stackdriver==0.7.4
6+
opencensus-ext-stackdriver==0.8.0
87
opencensus-ext-flask==0.7.5 # requires flask!=1.1.3, <2.0.0 and >=0.12.3
98
opencensus-context==0.1.2
109
grpcio==1.39.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-cloud-trace==0.24.0
22
opencensus==0.7.13
3-
opencensus-ext-stackdriver==0.7.4
3+
opencensus-ext-stackdriver==0.8.0
44
Flask==2.0.1

0 commit comments

Comments
 (0)