From 232e119fb2161059dcc692d26c2d07dc45b27fe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 08:16:58 +0000 Subject: [PATCH] chore(deps): bump werkzeug Bumps the pip group with 1 update in the /tests/docker directory: [werkzeug](https://github.com/pallets/werkzeug). Updates `werkzeug` from 3.1.5 to 3.1.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.1.5...3.1.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- tests/docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/docker/requirements.txt b/tests/docker/requirements.txt index 2213de16..7fceea3d 100644 --- a/tests/docker/requirements.txt +++ b/tests/docker/requirements.txt @@ -33,5 +33,5 @@ six==1.16.0 typing_extensions==4.15.0 urllib3==2.6.3 websocket-client==1.9.0 -Werkzeug==3.1.5 +Werkzeug==3.1.6 zipp==3.23.0