From 5e5a0930ef10218efced10dcfa3ec7307a57d587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 16:02:31 +0000 Subject: [PATCH] build(deps): bump urllib3 from 1.26.7 to 2.5.0 in /tunneling/python Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.7 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.7...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tunneling/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tunneling/python/requirements.txt b/tunneling/python/requirements.txt index 094e44c6..c394c39c 100644 --- a/tunneling/python/requirements.txt +++ b/tunneling/python/requirements.txt @@ -9,5 +9,5 @@ Jinja2==3.0.1 MarkupSafe==2.0.1 requests==2.26.0 six==1.16.0 -urllib3==1.26.7 +urllib3==2.5.0 Werkzeug==2.0.1 \ No newline at end of file