From 747b9b069c927efbad66ddd3bb012cfa089af142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 04:41:33 +0000 Subject: [PATCH] Bump werkzeug from 3.1.3 to 3.1.4 in /ds-round-trip Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.3 to 3.1.4. - [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.3...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ds-round-trip/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ds-round-trip/requirements.txt b/ds-round-trip/requirements.txt index 7f3c4fb..ab0b40b 100644 --- a/ds-round-trip/requirements.txt +++ b/ds-round-trip/requirements.txt @@ -122,5 +122,5 @@ wcwidth==0.2.13 ; python_version >= "3.10" and python_version < "4.0" webcolors==24.11.1 ; python_version >= "3.10" and python_version < "4.0" webencodings==0.5.1 ; python_version >= "3.10" and python_version < "4.0" websocket-client==1.8.0 ; python_version >= "3.10" and python_version < "4.0" -werkzeug==3.1.3 ; python_version >= "3.10" and python_version < "4.0" +werkzeug==3.1.4 ; python_version >= "3.10" and python_version < "4.0" widgetsnbextension==4.0.13 ; python_version >= "3.10" and python_version < "4.0"