From 5bffb046e5256568f0430c0177a40e8583ccc276 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 23:48:59 +0000 Subject: [PATCH] build(deps): bump werkzeug from 3.0.1 to 3.0.6 in /docker/test-auth Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.1 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.1...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/test-auth/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/test-auth/requirements.txt b/docker/test-auth/requirements.txt index 00a42669d7..1938d22c4d 100644 --- a/docker/test-auth/requirements.txt +++ b/docker/test-auth/requirements.txt @@ -18,5 +18,5 @@ markupsafe==2.1.3 # via # jinja2 # werkzeug -werkzeug==3.0.1 +werkzeug==3.0.6 # via flask