From d1ac814acbbd12643b77f3b5ae94fdc1c507b142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 21:08:40 +0000 Subject: [PATCH] build(deps): bump flask in /server in the pip group across 1 directory Bumps the pip group with 1 update in the /server directory: [flask](https://github.com/pallets/flask). Updates `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 dependency-group: pip ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 19595f9..f702e51 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,5 +1,5 @@ dnspython==2.6.1 -Flask==2.2.5 +Flask==3.1.3 python-dotenv==0.19.0 pymongo==4.6.3 gunicorn==23.0.0