From 2026e0d4d7c672afc78a7be4ae8cf9795cfeb7f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 21:04:37 +0000 Subject: [PATCH] Bump werkzeug from 2.0.1 to 3.1.5 in /requirements Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.1 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/2.0.1...3.1.5) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.5 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..387e67dfc --- 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.5 \ No newline at end of file