From bf4ac536e2c90228795c56ba5ccde6de4d683a84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 00:31:03 +0000 Subject: [PATCH] Bump werkzeug from 3.1.4 to 3.1.5 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.4 to 3.1.5. - [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.1.4...3.1.5) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 51bbc3b..0284bc0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,6 @@ packaging==25.0 ; python_version >= "3.12" and python_version < "4.0" python-dotenv==1.1.1 ; python_version >= "3.12" and python_version < "4.0" sqlalchemy==2.0.41 ; python_version >= "3.12" and python_version < "4.0" typing-extensions==4.14.0 ; python_version >= "3.12" and python_version < "4.0" -werkzeug==3.1.4 ; python_version >= "3.12" and python_version < "4.0" +werkzeug==3.1.5 ; python_version >= "3.12" and python_version < "4.0" wtforms-sqlalchemy==0.4.2 ; python_version >= "3.12" and python_version < "4.0" wtforms==3.2.1 ; python_version >= "3.12" and python_version < "4.0"