From 2be140b6cb58066dad798c7f1eaf40e094f1a294 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 05:07:27 +0000 Subject: [PATCH] build(deps): bump werkzeug in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [werkzeug](https://github.com/pallets/werkzeug). Updates `werkzeug` from 3.1.3 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/3.1.3...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.prod.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.prod.txt b/requirements.prod.txt index 7b7d5ee..5680228 100644 --- a/requirements.prod.txt +++ b/requirements.prod.txt @@ -1,6 +1,6 @@ # DDC PRODUCTION REQUIREMENTS (minimal) Flask==3.1.1 -Werkzeug==3.1.3 +Werkzeug==3.1.4 py-cord==2.6.1 waitress==3.0.2 cryptography>=45.0.5 diff --git a/requirements.txt b/requirements.txt index 5d0c0e5..d60d534 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # --- Core Dependencies (for linting & type checking) --- Flask==3.1.1 -Werkzeug==3.1.3 +Werkzeug==3.1.4 py-cord==2.6.1 gunicorn==23.0.0 gevent==24.11.1