From 71b67f268f12226a055180882f31559ce5c3e7c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 00:24:17 +0000 Subject: [PATCH] Bump opencensus from 0.8.0 to 0.9.0 Bumps [opencensus](https://github.com/census-instrumentation/opencensus-python) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/census-instrumentation/opencensus-python/releases) - [Changelog](https://github.com/census-instrumentation/opencensus-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/census-instrumentation/opencensus-python/compare/opencensus-ext-stackdriver@v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: opencensus dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 611e30f0..28403da1 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -11,7 +11,7 @@ protobuf==3.19.1 six==1.16.0 tox == 3.24.5 cloudevents >= 1.0.0 -opencensus == 0.8.0 +opencensus == 0.9.0 opencensus-ext-grpc == 0.7.2 coverage >= 5.3 codecov >= 1.4.0