From c3783bc2489aaf7373c43f2d361fde58ee821a81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 04:52:08 +0000 Subject: [PATCH] chore(deps): Bump urllib3 in /packages/dev/Languages/Python Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 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/2.5.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/dev/Languages/Python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dev/Languages/Python/requirements.txt b/packages/dev/Languages/Python/requirements.txt index eb991e0e..90013584 100644 --- a/packages/dev/Languages/Python/requirements.txt +++ b/packages/dev/Languages/Python/requirements.txt @@ -102,7 +102,7 @@ texttable==1.6.2 # Updated from 0.9.1 tornado==6.4.1 # Updated from 5.1.1 traitlets==4.3.3 # Updated from 4.3.2 typed-ast==1.4.1 # Updated from 1.3.1 -urllib3==2.5.0 # Updated from 1.24.1 +urllib3==2.6.0 # Updated from 1.24.1 wcwidth==0.1.9 # Updated from 0.1.7 webencodings==0.5.1 websocket-client==0.57.0 # Updated from 0.53.0