From e3b8969698f56a2428f075e0d621148e4ba1c223 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 22:36:12 +0000 Subject: [PATCH] Bump werkzeug from 3.0.1 to 3.1.6 in /pinot-btc Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.1 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.0.1...3.1.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.6 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..b46696a 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.6 ; python_version >= "3.12" and python_version < "4.0"