From 45bbad234b930970e153eafc3286c8a346495f63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 04:26:16 +0000 Subject: [PATCH] Bump werkzeug from 3.0.1 to 3.1.4 in /pinot-btc Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.1 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.0.1...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pinot-btc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinot-btc/requirements.txt b/pinot-btc/requirements.txt index e6e6d98..9d758d6 100644 --- a/pinot-btc/requirements.txt +++ b/pinot-btc/requirements.txt @@ -60,4 +60,4 @@ tzlocal==5.3 ; python_version >= "3.12" and python_version < "4.0" urllib3==2.2.1 ; python_version >= "3.12" and python_version < "4.0" watchdog==6.0.0 ; python_version >= "3.12" and python_version < "4.0" and platform_system != "Darwin" websockets==15.0 ; python_version >= "3.12" and python_version < "4.0" -werkzeug==3.0.1 ; python_version >= "3.12" and python_version < "4.0" +werkzeug==3.1.4 ; python_version >= "3.12" and python_version < "4.0"