From 99ffbd28dfe7de6455f45934c5686af26d22d105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 22:33:29 +0000 Subject: [PATCH] Bump urllib3 from 1.26.19 to 2.7.0 in /tfx/tools/docker Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.19 to 2.7.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.19...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.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 3040b57a28..bdcb72adc7 100644 --- a/tfx/tools/docker/requirements.txt +++ b/tfx/tools/docker/requirements.txt @@ -331,7 +331,7 @@ unicodecsv==0.14.1 universal_pathlib==0.2.5 uri-template==1.3.0 uritemplate==3.0.1 -urllib3==1.26.19 +urllib3==2.7.0 virtualenv==20.26.6 wcwidth==0.2.13 webcolors==24.8.0