From 81c16ae23ce693e640f7a1dd7f63f9a2d28f3376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 22:01:14 +0000 Subject: [PATCH] Bump urllib3 Bumps the pip group with 1 update in the /database/bigquery/src/main/python directory: [urllib3](https://github.com/urllib3/urllib3). Updates `urllib3` from 1.26.18 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.18...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- database/bigquery/src/main/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/bigquery/src/main/python/requirements.txt b/database/bigquery/src/main/python/requirements.txt index 1308a1f2..f75ec69f 100644 --- a/database/bigquery/src/main/python/requirements.txt +++ b/database/bigquery/src/main/python/requirements.txt @@ -2,4 +2,4 @@ # package>=version functions-framework urllib3==2.5.0 -urllib3==1.26.18 \ No newline at end of file +urllib3==2.6.0 \ No newline at end of file