From 7ded917739554fc3306393aa2bfcbbbc02e6808c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 21:17:25 +0000 Subject: [PATCH] Bump werkzeug from 3.1.3 to 3.1.4 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: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index ac86eb121..028b48350 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,6 @@ # # pip-compile --allow-unsafe --no-strip-extras # - absl-py==2.1.0 # via # keras @@ -189,7 +188,7 @@ python-dateutil==2.9.0.post0 # pandas pytz==2025.2 # via pandas -pyyaml +pyyaml==6.0.3 # via tensorflow-docs pyzmq==27.1.0 # via jupyter-client @@ -260,7 +259,7 @@ tzdata==2025.2 # via pandas urllib3==2.5.0 # via requests -werkzeug==3.1.3 +werkzeug==3.1.4 # via tensorboard wheel==0.45.1 # via astunparse