From 0811893f68d85fd5ad815a3e973e6d17e5770b5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 23:02:34 +0000 Subject: [PATCH] Bump urllib3 from 1.26.20 to 2.5.0 in /tfx/tools/docker Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.20 to 2.5.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.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.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..72fa1570e1 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.5.0 virtualenv==20.26.6 wcwidth==0.2.13 webcolors==24.8.0