From a0334b36d51f4f676d7a8caa8f543b734eb484aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 21:33:47 +0000 Subject: [PATCH] Bump urllib3 from 1.26.16 to 2.6.0 in /tutorials/task-manager-agent Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 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.16...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tutorials/task-manager-agent/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/task-manager-agent/requirements.txt b/tutorials/task-manager-agent/requirements.txt index 479a7fa4..38ce1021 100644 --- a/tutorials/task-manager-agent/requirements.txt +++ b/tutorials/task-manager-agent/requirements.txt @@ -5,4 +5,4 @@ gspread==5.7.1 google-auth==2.23.4 twilio==8.2.0 dotenv==1.0.0 -urllib3==1.26.16 \ No newline at end of file +urllib3==2.6.0 \ No newline at end of file