From 27ccb48621efa511a43d1af76af1a9800103aa5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 11:52:51 +0000 Subject: [PATCH] Update sagemaker requirement from <3,>=2 to >=3.15.0,<4 Updates the requirements on [sagemaker](https://github.com/aws/sagemaker-python-sdk) to permit the latest version. - [Release notes](https://github.com/aws/sagemaker-python-sdk/releases) - [Changelog](https://github.com/aws/sagemaker-python-sdk/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/sagemaker-python-sdk/compare/v2.0.0...v3.15.0) --- updated-dependencies: - dependency-name: sagemaker dependency-version: 3.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/requirements.txt b/test/requirements.txt index 5b32f3d68f9d..d8022f93dd67 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -9,7 +9,7 @@ pytest-rerunfailures pytest-timeout pytest-json-report pytest-xdist -sagemaker>=2,<3 +sagemaker>=3.15.0,<4 xmltodict boto3>=1.33 retrying