From aece8dcd4b7da0818ef4abd3b7f924d81ab84827 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 21:10:56 +0000 Subject: [PATCH] Bump flask in /sentiment-analysis/services/content-moderation Bumps [flask](https://github.com/pallets/flask) from 2.0.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.0.2...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sentiment-analysis/services/content-moderation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentiment-analysis/services/content-moderation/requirements.txt b/sentiment-analysis/services/content-moderation/requirements.txt index 26407ebdb..c2fec48d4 100644 --- a/sentiment-analysis/services/content-moderation/requirements.txt +++ b/sentiment-analysis/services/content-moderation/requirements.txt @@ -1,4 +1,4 @@ # To ensure app dependencies are ported from your virtual environment/host machine into your container, run 'pip freeze > requirements.txt' in the terminal to overwrite this file -flask==2.0.2 +flask==3.1.3 gunicorn==20.1.0 alt-profanity-check==1.1.2 \ No newline at end of file