From d12bffc2f0a8e4af78299827e1f8c9462837ecbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 21:11:48 +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.0. - [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.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 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..db3b9f80816 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.0 \ No newline at end of file