From 67d928117617855d2674ce059009210d41c33bec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 23:21:47 +0000 Subject: [PATCH] Bump flask from 2.3.2 to 3.1.3 Bumps [flask](https://github.com/pallets/flask) from 2.3.2 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/2.3.2...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f2e9538..8a70da6 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ def find_version(*file_paths): 'statsmodels>=0.8.0', 'termcolor>=1.1.0', 'powerlaw>=1.4.6', - 'flask==2.3.2', + 'flask==3.1.3', 'markov-clustering>=0.0.6.dev0', 'fastcluster>=1.1.25', 'bcolz>=1.2.1',