From c338f8a3ddcda3b575a0138090ef8630fe648eb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 00:44:32 +0000 Subject: [PATCH] build(deps): bump flask from 3.0.3 to 3.1.3 in /nipap-www Bumps [flask](https://github.com/pallets/flask) from 3.0.3 to 3.1.3. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/3.0.3...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nipap-www/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nipap-www/pyproject.toml b/nipap-www/pyproject.toml index 9ed83a8dc..5ae349871 100644 --- a/nipap-www/pyproject.toml +++ b/nipap-www/pyproject.toml @@ -14,7 +14,7 @@ classifiers = [ ] keywords = ["nipap"] dependencies = [ - "Flask==3.0.3", + "Flask==3.1.3", "Jinja2==3.1.6", "nipap", "pynipap",