From e60a1c3ce574b0ee88afe84f9736f3d2d4250644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 16:36:49 +0000 Subject: [PATCH] Bump werkzeug in /workshop/tagging/creditcheckservice-py-with-tags 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] --- .../tagging/creditcheckservice-py-with-tags/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workshop/tagging/creditcheckservice-py-with-tags/requirements.txt b/workshop/tagging/creditcheckservice-py-with-tags/requirements.txt index 9528b4dce7..ddf9615548 100644 --- a/workshop/tagging/creditcheckservice-py-with-tags/requirements.txt +++ b/workshop/tagging/creditcheckservice-py-with-tags/requirements.txt @@ -1,5 +1,5 @@ Flask==2.2.5 -Werkzeug==3.0.3 +Werkzeug==3.0.6 requests waitress splunk-opentelemetry[all]