From c4bc01f15d2a43d6f10a955525aa9380e0822c7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 22:21:07 +0000 Subject: [PATCH] chore(deps): bump urllib3 in /components/aws/sagemaker Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 to 2.6.3. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.15...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- components/aws/sagemaker/requirements_v2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/aws/sagemaker/requirements_v2.txt b/components/aws/sagemaker/requirements_v2.txt index 62aebfd42a5..8c864fb888c 100644 --- a/components/aws/sagemaker/requirements_v2.txt +++ b/components/aws/sagemaker/requirements_v2.txt @@ -3,4 +3,4 @@ pathlib2==2.3.5 pyyaml==5.4.1 mypy-extensions==0.4.3 kubernetes==12.0.1 -urllib3==1.26.15 \ No newline at end of file +urllib3==2.6.3 \ No newline at end of file