From 19ba93c70b57b8f74a7c3c370a28d5427d4461b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 20:44:13 +0000 Subject: [PATCH] Bump urllib3 from 1.26.14 to 2.6.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 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.14...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements2.txt b/requirements2.txt index f4ff4582b..eb4061229 100644 --- a/requirements2.txt +++ b/requirements2.txt @@ -36,6 +36,6 @@ prefect==2.20.4 # Workflow orchestration and automation modal==0.63.19 # Cloud platform for running Python code without managing infra rsa==3.3 # vulnerability -urllib3==1.26.14 # vulnerability +urllib3==2.6.0 # vulnerability dummy-project==2.0.2 boto3