From ea3c3c480404dc09bee056c8ec5858ce019b0f25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 19:52:50 +0000 Subject: [PATCH] Bump urllib3 from 1.25.10 to 2.6.3 in /capstone/src/main/python Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.10 to 2.6.3. - [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.25.10...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- capstone/src/main/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capstone/src/main/python/requirements.txt b/capstone/src/main/python/requirements.txt index 11e9bcc..dc4aefe 100644 --- a/capstone/src/main/python/requirements.txt +++ b/capstone/src/main/python/requirements.txt @@ -61,6 +61,6 @@ sqlparse==0.2.4 threadpoolctl==2.1.0 ujson==1.35 uritemplate==3.0.1 -urllib3==1.25.10 +urllib3==2.6.3 virtualenv==20.0.28