From f430571c8123c36025288ea913e80a836ce994fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 04:52:54 +0000 Subject: [PATCH] Bump werkzeug from 3.1.3 to 3.1.4 Bumps [werkzeug](https://github.com/pallets/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 ... Signed-off-by: dependabot[bot] --- requirements.prod.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.prod.txt b/requirements.prod.txt index 81e9cca2..1444bda8 100644 --- a/requirements.prod.txt +++ b/requirements.prod.txt @@ -32,7 +32,7 @@ django-sans-db==1.2.0 # via -r requirements.prod.in docutils==0.21.2 # via sphinx -environs==14.1.1 +environs[django]==14.1.1 # via -r requirements.prod.in gunicorn==23.0.0 # via -r requirements.prod.in @@ -85,7 +85,7 @@ sqlparse==0.5.3 # via django urllib3==2.4.0 # via requests -werkzeug==3.1.3 +werkzeug==3.1.4 # via -r requirements.prod.in whitenoise==6.9.0 # via -r requirements.prod.in