From f2e1896958209ed27a7fc0425dc66bff6b138066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 20:56:35 +0000 Subject: [PATCH] Bump werkzeug from 3.0.3 to 3.0.6 in /docs/examples/prometheus_exemplars Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.3 to 3.0.6. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/3.0.3...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/examples/prometheus_exemplars/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/prometheus_exemplars/requirements.txt b/docs/examples/prometheus_exemplars/requirements.txt index c3b97af8..b32d397b 100644 --- a/docs/examples/prometheus_exemplars/requirements.txt +++ b/docs/examples/prometheus_exemplars/requirements.txt @@ -78,7 +78,7 @@ protobuf==4.25.3 # opentelemetry-proto typing-extensions==4.12.2 # via opentelemetry-sdk -werkzeug==3.0.3 +werkzeug==3.0.6 # via # -r requirements.in # flask