From 756158fe862c0122d85424b190dc10b768265275 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 23:41:30 +0000 Subject: [PATCH] Bump urllib3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 2.5.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.5...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../examples/yahoo-finance/dashboard/requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/deployment/sagemaker-dashboards-for-ml/examples/yahoo-finance/dashboard/requirements.txt b/deployment/sagemaker-dashboards-for-ml/examples/yahoo-finance/dashboard/requirements.txt index 405a441..7fe2c17 100644 --- a/deployment/sagemaker-dashboards-for-ml/examples/yahoo-finance/dashboard/requirements.txt +++ b/deployment/sagemaker-dashboards-for-ml/examples/yahoo-finance/dashboard/requirements.txt @@ -147,7 +147,9 @@ rich==12.6.0 semver==2.13.0 # via streamlit six==1.15.0 - # via python-dateutil + # via + # asttokens + # python-dateutil smmap==5.0.0 # via gitdb stack-data==0.6.0 @@ -178,7 +180,7 @@ tzdata==2022.6 # via pytz-deprecation-shim tzlocal==4.2 # via streamlit -urllib3==1.26.5 +urllib3==2.5.0 # via requests validators==0.20.0 # via streamlit