From d283186b2d04b86f7eb63f27716927a4bffab14d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 13:06:50 +0000 Subject: [PATCH] Bump flask in /test/sagemaker_tests/autogluon/training Bumps [flask](https://github.com/pallets/flask) from 1.1.1 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/1.1.1...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/sagemaker_tests/autogluon/training/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sagemaker_tests/autogluon/training/requirements.txt b/test/sagemaker_tests/autogluon/training/requirements.txt index 88a3e6cf5503..ce8f6660466f 100644 --- a/test/sagemaker_tests/autogluon/training/requirements.txt +++ b/test/sagemaker_tests/autogluon/training/requirements.txt @@ -3,7 +3,7 @@ protobuf>=3.20,<3.21 sagemaker>=2.187,<3 coverage flake8==3.7.7 -Flask==1.1.1 +Flask==3.1.3 mock pytest pytest-cov