From 435c9c42440ae2af612c66d2497e4263cbe0f109 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 19:22:50 +0000 Subject: [PATCH] Update Python Flask to v3 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cc35792f29..51c32f3429 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -Flask==2.3.3 \ No newline at end of file +Flask==3.1.2 \ No newline at end of file