Skip to content

Commit f69acf1

Browse files
authored
chore(deps): update dependency opencensus-ext-stackdriver to v0.7.3 (GoogleCloudPlatform#4218)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [opencensus-ext-stackdriver](https://togithub.com/census-instrumentation/opencensus-python) | patch | `==0.7.2` -> `==0.7.3` | --- ### Release Notes <details> <summary>census-instrumentation/opencensus-python</summary> ### [`v0.7.3`](https://togithub.com/census-instrumentation/opencensus-python/blob/master/CHANGELOG.md#&#8203;073) [Compare Source](https://togithub.com/census-instrumentation/opencensus-python/compare/v0.7.2...v0.7.3) Released 2019-08-26 - Added `http code` to `grpc code` status code mapping on `utils` ([#&GoogleCloudPlatform#8203;746](https://togithub.com/census-instrumentation/opencensus-python/pull/746)) - Updated `django`, `flask`, `httplib`, `requests` and `pyramid` modules ([#&GoogleCloudPlatform#8203;755](https://togithub.com/census-instrumentation/opencensus-python/pull/755)) - Updated `requests` module ([#&GoogleCloudPlatform#8203;771](https://togithub.com/census-instrumentation/opencensus-python/pull/771)) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **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#GoogleCloudPlatform/python-docs-samples).
1 parent bd5f261 commit f69acf1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.30.0
2-
opencensus-ext-stackdriver==0.7.2
2+
opencensus-ext-stackdriver==0.7.3
33
opencensus==0.7.10

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ google-cloud-monitoring==1.0.0
22
google-cloud-trace==0.23.0
33
opencensus==0.7.10
44
Flask==1.1.2
5-
opencensus-ext-stackdriver==0.7.2
5+
opencensus-ext-stackdriver==0.7.3
66
opencensus-ext-flask==0.7.3
77
opencensus-context==0.1.2
88
grpcio==1.30.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-cloud-trace==0.23.0
22
opencensus==0.7.10
3-
opencensus-ext-stackdriver==0.7.2
3+
opencensus-ext-stackdriver==0.7.3
44
Flask==1.1.2

0 commit comments

Comments
 (0)