From eb768a4c7cbe6a560342b311e0d92612018e3e92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 22:22:52 +0000 Subject: [PATCH] Bump flask from 2.2.5 to 3.1.3 in /torchbenchmark/models/tts_angular Bumps [flask](https://github.com/pallets/flask) from 2.2.5 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.2.5...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- torchbenchmark/models/tts_angular/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchbenchmark/models/tts_angular/requirements.txt b/torchbenchmark/models/tts_angular/requirements.txt index b9eceb4a2c..fb35f62ad9 100644 --- a/torchbenchmark/models/tts_angular/requirements.txt +++ b/torchbenchmark/models/tts_angular/requirements.txt @@ -3,7 +3,7 @@ scipy phonemizer unidecode Pillow -flask==2.2.5 +flask==3.1.3 tqdm inflect bokeh