From 8f673cc947fe23653f29c299fbd1da9cb18470cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 15:20:23 +0000 Subject: [PATCH] Bump werkzeug from 2.1.2 to 3.0.6 in /fyers_integration Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.1.2 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/2.1.2...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fyers_integration/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fyers_integration/requirements.txt b/fyers_integration/requirements.txt index c3bb264..ca59c30 100644 --- a/fyers_integration/requirements.txt +++ b/fyers_integration/requirements.txt @@ -14,5 +14,5 @@ pytz==2022.1 requests==2.27.1 six==1.16.0 urllib3==1.26.9 -Werkzeug==2.1.2 +Werkzeug==3.0.6 zipp==3.8.1