Skip to content

Commit cc0f1e0

Browse files
authored
chore(deps): update dependency opencensus to v0.8.0 (GoogleCloudPlatform#6789)
[![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](https://togithub.com/census-instrumentation/opencensus-python) | `==0.7.13` -> `==0.8.0` | [![age](https://badges.renovateapi.com/packages/pypi/opencensus/0.8.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/opencensus/0.8.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/opencensus/0.8.0/compatibility-slim/0.7.13)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/opencensus/0.8.0/confidence-slim/0.7.13)](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) </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 b6609ed commit cc0f1e0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

monitoring/opencensus/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Flask==2.0.1
44
google-api-core==1.31.3
55
google-auth==1.35.0
66
googleapis-common-protos==1.53.0
7-
opencensus==0.7.13
7+
opencensus==0.8.0
88
opencensus-context==0.1.2
99
opencensus-ext-prometheus==0.2.1
1010
prometheus-client==0.11.0

opencensus/requirements.txt

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
google-cloud-monitoring==2.5.1
22
google-cloud-trace==0.24.0
3-
opencensus==0.7.13
3+
opencensus==0.8.0
44
# Don't upgrade to 2.0.0 yet until opencensus-ext-flask is okay with it
55
Flask==1.1.4
66
opencensus-ext-stackdriver==0.8.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
2-
opencensus==0.7.13
2+
opencensus==0.8.0
33
opencensus-ext-stackdriver==0.8.0
44
Flask==2.0.1

0 commit comments

Comments
 (0)