From c24919d078bc563f2526aa043e6b1ee121d27031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 21:46:23 +0000 Subject: [PATCH] chore(deps): bump opencensus-ext-django in /appcontainer Bumps [opencensus-ext-django](https://github.com/census-instrumentation/opencensus-python) from 0.7.6 to 0.8.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/v0.7.6...opencensus-ext-django@0.8.0) --- updated-dependencies: - dependency-name: opencensus-ext-django dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- appcontainer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appcontainer/requirements.txt b/appcontainer/requirements.txt index 3eaf423e8..aafc55809 100644 --- a/appcontainer/requirements.txt +++ b/appcontainer/requirements.txt @@ -3,6 +3,6 @@ Django==4.1.1 django-csp==3.7 git+https://github.com/cal-itp/eligibility-api#egg=eligibility_api opencensus-ext-azure==1.1.6 -opencensus-ext-django==0.7.6 +opencensus-ext-django==0.8.0 requests==2.28.1 six==1.16.0