From 96e2018d9f0aea4a86db04ee7ccdb3d0c3f7f223 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 00:38:05 +0000 Subject: [PATCH] Bump werkzeug from 3.1.3 to 3.1.5 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.3 to 3.1.5. - [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.5) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.5 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..d057cff8e 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.5 # via tensorboard wheel==0.45.1 # via astunparse