From 044d424b870bfa81efb92824a947c7c069be46fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 01:21:32 +0000 Subject: [PATCH] Bump flask from 2.3.2 to 3.1.2 in /optifit backend Bumps [flask](https://github.com/pallets/flask) from 2.3.2 to 3.1.2. - [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.2) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- optifit backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optifit backend/requirements.txt b/optifit backend/requirements.txt index f9eb566..ea3dd0b 100644 --- a/optifit backend/requirements.txt +++ b/optifit backend/requirements.txt @@ -1,4 +1,4 @@ -Flask==2.3.2 +Flask==3.1.2 opencv-python-headless==4.9.0.80 mediapipe==0.10.21 numpy==1.26.4