From 814556f4f464ceec52210c0e121a3db782c70537 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 05:04:09 +0000 Subject: [PATCH] build(deps): Bump urllib3 from 2.5.0 to 2.6.0 in /python Bumps [urllib3](https://github.com/urllib3/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: direct:production ... Signed-off-by: dependabot[bot] --- python/requirements-dev.txt | 2 +- python/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirements-dev.txt b/python/requirements-dev.txt index cc48926..28c26bb 100644 --- a/python/requirements-dev.txt +++ b/python/requirements-dev.txt @@ -84,7 +84,7 @@ typing-extensions==4.12.2 # mypy # pydantic # pydantic-core -urllib3==2.5.0 +urllib3==2.6.0 # via # requests # stackit-core diff --git a/python/requirements.txt b/python/requirements.txt index 1ea9c74..2d363cb 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -47,7 +47,7 @@ typing-extensions==4.12.2 # via # pydantic # pydantic-core -urllib3==2.5.0 +urllib3==2.6.0 # via # requests # stackit-core