From 0d45ceed2aebf1b7cf57d19627525236cda0f4d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 03:02:13 +0000 Subject: [PATCH] Bump werkzeug from 2.0.2 to 3.1.4 in /python/paybc_api Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 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/2.0.2...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/paybc_api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paybc_api/requirements.txt b/python/paybc_api/requirements.txt index 0ce5e147..0e613bb3 100644 --- a/python/paybc_api/requirements.txt +++ b/python/paybc_api/requirements.txt @@ -44,5 +44,5 @@ six==1.16.0 SQLAlchemy==1.3.24 toml==0.10.2 urllib3==1.26.7 -Werkzeug==2.0.2 +Werkzeug==3.1.4 xmltodict==0.12.0