From b5959b52c26235a5198306446b97ea8c27b6146e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 04:44:40 +0000 Subject: [PATCH] build(deps): bump werkzeug from 3.1.3 to 3.1.4 in /nipap 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] --- nipap/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nipap/pyproject.toml b/nipap/pyproject.toml index 183dd0ffa..1fb59adab 100644 --- a/nipap/pyproject.toml +++ b/nipap/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "IPy==1.01", "Jinja2==3.1.6", "MarkupSafe==3.0.2", - "Werkzeug==3.1.3", + "Werkzeug==3.1.4", "certifi==2024.12.14", "itsdangerous==2.2.0", "parsedatetime==2.6",