From 300c97fb83fe61a0d19b96d3b1eaebdef1c827b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 05:15:32 +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.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7a1959e..5953038 100644 --- a/requirements.txt +++ b/requirements.txt @@ -79,7 +79,7 @@ packaging==25.0 # via gunicorn platformdirs==4.4.0 # via pylint -psycopg2-binary==2.9.11 +psycopg2==2.9.11 # via -r requirements.in pycparser==2.23 # via cffi @@ -133,7 +133,7 @@ typing-inspection==0.4.2 # pydantic-settings urllib3==2.5.0 # via requests -werkzeug==3.1.3 +werkzeug==3.1.4 # via # -r requirements.in # flask