From 32c2db0a1c82c51c0ddabebab440ab1351a5cf1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 22:12:45 +0000 Subject: [PATCH] Bump flask from 2.2.5 to 3.1.3 in /test/sagemaker_tests/pytorch/training 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] --- test/sagemaker_tests/pytorch/training/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sagemaker_tests/pytorch/training/requirements.txt b/test/sagemaker_tests/pytorch/training/requirements.txt index 3222d81b84b9..3227c8653154 100644 --- a/test/sagemaker_tests/pytorch/training/requirements.txt +++ b/test/sagemaker_tests/pytorch/training/requirements.txt @@ -5,7 +5,7 @@ protobuf sagemaker>=2.180.0 coverage flake8==3.7.7 -Flask==2.2.5 +Flask==3.1.3 mock==2.0.0 # Preserve pytest caching behavior in earlier versions pytest<8.1