From d5b6d5602b2f124977a584f1dd97ab0b32c49042 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 19:27:24 +0000 Subject: [PATCH] build(deps): bump urllib3 from 2.5.0 to 2.6.1 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.1. - [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.1) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 8f45b86..0e8cd14 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -60,5 +60,5 @@ sphinxcontrib-serializinghtml==2.0.0 # via sphinx typing-extensions==4.15.0 # via beautifulsoup4 -urllib3==2.5.0 +urllib3==2.6.1 # via requests