From 95d9d214b25cb90261f26a8fe2fa2bc6f3dedafe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 23:46:47 +0000 Subject: [PATCH] Bump urllib3 from 1.26.9 to 2.6.0 in /compiler/docker/python Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.9 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/1.26.9...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- compiler/docker/python/bootstrap-requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/compiler/docker/python/bootstrap-requirements.txt b/compiler/docker/python/bootstrap-requirements.txt index 5c036b8e..9e853096 100644 --- a/compiler/docker/python/bootstrap-requirements.txt +++ b/compiler/docker/python/bootstrap-requirements.txt @@ -72,8 +72,9 @@ six==1.16.0 \ --hash=sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254 tomlkit==0.10.2 \ --hash=sha256:905cf92c2111ef80d355708f47ac24ad1b6fc2adc5107455940088c9bbecaedb -urllib3==1.26.9 \ - --hash=sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14 +urllib3==2.6.0 \ + --hash=sha256:c90f7a39f716c572c4e3e58509581ebd83f9b59cced005b7db7ad2d22b0db99f \ + --hash=sha256:cb9bcef5a4b345d5da5d145dc3e30834f58e8018828cbc724d30b4cb7d4d49f1 virtualenv==20.14.1 \ --hash=sha256:e617f16e25b42eb4f6e74096b9c9e37713cf10bf30168fb4a739f3fa8f898a3a webencodings==0.5.1 \