From 790a4e312dd8ee6d41664456c8d5eb38221194fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 20:42:40 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 2.2.0 to 2.7.0 in /sdk/python Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.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.2.0...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sdk/python/requirements/docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/requirements/docs.txt b/sdk/python/requirements/docs.txt index 0c3258bdb6e..21680650d67 100644 --- a/sdk/python/requirements/docs.txt +++ b/sdk/python/requirements/docs.txt @@ -53,5 +53,5 @@ sphinxcontrib-qthelp==1.0.7 # via sphinx sphinxcontrib-serializinghtml==1.1.10 # via sphinx -urllib3==2.2.0 +urllib3==2.7.0 # via requests