From 419add9626cda39251eab484cc9ac1056ffa02e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 13:29:20 +0000 Subject: [PATCH] Bump werkzeug from 3.0.1 to 3.0.6 in /pinot-btc Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.1 to 3.0.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.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.0.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..861118a 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.0.6 ; python_version >= "3.12" and python_version < "4.0"