From ca515cd38aaf71cbc6f228e015b10fad3ecaba23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 04:59:17 +0000 Subject: [PATCH] build(deps): bump urllib3 in /bazel in the pip group across 1 directory Bumps the pip group with 1 update in the /bazel directory: [urllib3](https://github.com/urllib3/urllib3). Updates `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: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] --- bazel/notebook_requirements.txt | 2 +- bazel/ortools_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bazel/notebook_requirements.txt b/bazel/notebook_requirements.txt index 299e56320bc..cc6e770d8b2 100644 --- a/bazel/notebook_requirements.txt +++ b/bazel/notebook_requirements.txt @@ -334,7 +334,7 @@ tzdata==2025.2 # via pandas uri-template==1.3.0 # via jsonschema -urllib3==2.5.0 +urllib3==2.6.0 # via requests virtualenv==20.28.1 # via -r notebook_requirements.in diff --git a/bazel/ortools_requirements.txt b/bazel/ortools_requirements.txt index fd8facba519..77aa0eca94e 100644 --- a/bazel/ortools_requirements.txt +++ b/bazel/ortools_requirements.txt @@ -69,7 +69,7 @@ typing-extensions==4.13.1 # mypy tzdata==2023.3 # via pandas -urllib3==2.5.0 +urllib3==2.6.0 # via requests virtualenv==20.28.1 # via -r ortools_requirements.in