From dc2b598ed43ccbb587d7626a4f11067f5829c025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 15:32:38 +0000 Subject: [PATCH] chore(deps): bump urllib3 in /python/example_code/bedrock Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.0 to 2.7.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.6.0...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/example_code/bedrock/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/example_code/bedrock/requirements.txt b/python/example_code/bedrock/requirements.txt index d86a7247759..92d073a6a87 100644 --- a/python/example_code/bedrock/requirements.txt +++ b/python/example_code/bedrock/requirements.txt @@ -9,4 +9,4 @@ pytest==9.0.3 python-dateutil==2.9.0.post0 s3transfer==0.10.1 six==1.16.0 -urllib3==2.6.0 +urllib3==2.7.0