From 2afa4f13662b253dbe5a870c347a7441274e7139 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 13:06:40 +0000 Subject: [PATCH] Bump flask in /test/sagemaker_tests/pytorch/inference 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/pytorch/inference/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sagemaker_tests/pytorch/inference/requirements.txt b/test/sagemaker_tests/pytorch/inference/requirements.txt index ab8e1c3587a4..52a0cf907ad0 100644 --- a/test/sagemaker_tests/pytorch/inference/requirements.txt +++ b/test/sagemaker_tests/pytorch/inference/requirements.txt @@ -3,7 +3,7 @@ coverage # Docker v7.0.0 breaks compatibility with Docker Compose v1 (SageMaker Local) docker<=6.1.3 docker-compose -Flask==1.1.1 +Flask==3.1.3 fabric flake8==3.7.7 gitpython