From 54d232e90dd3dcb660d72273db6397660c482e52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 04:14:53 +0000 Subject: [PATCH] Bump werkzeug from 2.0.1 to 3.1.4 in /requirements Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.1 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.1...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements/prod.txt diff --git a/requirements/prod.txt b/requirements/prod.txt old mode 100755 new mode 100644 index d6cbd82e9..3f0f7e47c --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -8,4 +8,4 @@ Flask-SQLAlchemy==2.5.1 Flask-WTF==0.15.1 email_validator==1.1.3 python-dotenv==0.19.1 -Werkzeug==2.0.1 \ No newline at end of file +Werkzeug==3.1.4 \ No newline at end of file