From 6117b19fd7e4913232fb3c64710e4fd2fda58381 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:57:37 +0000 Subject: [PATCH] Update flask requirement from >=3.0 to >=3.1.3 Updates the requirements on [flask](https://github.com/pallets/flask) to permit the latest version. - [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.0...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6febd8f..51e7fc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ requires-python = ">=3.12" dependencies = [ "click>=8.0", # CLI framework "rich>=13.0", # Terminal tables / pretty output - "flask>=3.0", # Web browser UI + "flask>=3.1.3", # Web browser UI "pandas>=2.0", # DataFrame export to CSV/JSON "tabulate>=0.9", # ASCII table formatting ]