Skip to content

Commit 3a9836f

Browse files
chore(deps): update dependency opencensus to v0.9.0 (GoogleCloudPlatform#7814)
Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
1 parent da316d7 commit 3a9836f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

monitoring/opencensus/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Flask==2.1.0
22
google-api-core==2.7.2
33
google-auth==2.6.2
44
googleapis-common-protos==1.56.0
5-
opencensus==0.8.0
5+
opencensus==0.9.0
66
opencensus-context==0.1.2
77
opencensus-ext-prometheus==0.2.1
88
prometheus-client==0.14.1

opencensus/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
grpcio==1.45.0
22
opencensus-ext-stackdriver==0.8.0
3-
opencensus==0.8.0
3+
opencensus==0.9.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.9.1
22
google-cloud-trace==0.24.1
3-
opencensus==0.8.0
3+
opencensus==0.9.0
44
# Don't upgrade to 2.0.0 yet until opencensus-ext-flask is okay with it
55
Flask==1.1.4
66
itsdangerous==1.1.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.1
2-
opencensus==0.8.0
2+
opencensus==0.9.0
33
opencensus-ext-stackdriver==0.8.0
44
Flask==2.1.0

0 commit comments

Comments
 (0)