From 0ff2ff5ca87f93fe90f245d2631c3bb1b990a9b1 Mon Sep 17 00:00:00 2001 From: Behnam Mozafari Date: Tue, 12 May 2026 16:59:02 +1000 Subject: [PATCH] UID2-7060: bump urllib3 to 2.7.0 to fix CVE-2026-44431 & CVE-2026-44432 Co-Authored-By: Claude Opus 4.7 (1M context) --- scripts/aws/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/aws/requirements.txt b/scripts/aws/requirements.txt index 21093b9c0..786e2fc9a 100644 --- a/scripts/aws/requirements.txt +++ b/scripts/aws/requirements.txt @@ -1,4 +1,4 @@ requests[socks]==2.32.3 boto3==1.35.59 -urllib3==2.6.3 +urllib3==2.7.0 PyYAML===6.0.2 \ No newline at end of file