From d2fa4a2b0aca31bffe733012431b9659384dae69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 22:20:58 +0000 Subject: [PATCH] Bump urllib3 from 1.26.20 to 2.6.0 in /tfx/tools/docker Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.20 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.20...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tfx/tools/docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfx/tools/docker/requirements.txt b/tfx/tools/docker/requirements.txt index 4cf54e74c6..a0180e0ca2 100644 --- a/tfx/tools/docker/requirements.txt +++ b/tfx/tools/docker/requirements.txt @@ -339,7 +339,7 @@ unicodecsv==0.14.1 universal_pathlib==0.2.5 uri-template==1.3.0 uritemplate==3.0.1 -urllib3==1.26.20 +urllib3==2.6.0 virtualenv==20.26.6 wcwidth==0.2.13 webcolors==24.8.0