From 2047741ba64d037c3b84c09bc466a9d54f950b77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 13:16:19 +0000 Subject: [PATCH] build(deps): 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 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7767d18..c9d4cc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "pyyaml>=6.0.3", "rich>=15.0.0", "beautifulsoup4>=4.14.3", - "flask>=3.0", + "flask>=3.1.3", "geoip2>=5.2.0", "orjson>=3.11.8", "plotext>=5.3.2", diff --git a/requirements.txt b/requirements.txt index c5c995d..e61c0c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ python-dotenv>=1.0.0 pyyaml>=6.0.0 rich>=15.0.0 beautifulsoup4>=4.12.0 -flask>=3.0 +flask>=3.1.3