From d278afe1da2abe0905b859a71abd794801f8eb8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 05:19:56 +0000 Subject: [PATCH] Bump urllib3 from 2.5.0 to 2.6.0 in /doc/readthedocs 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] --- doc/readthedocs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/readthedocs/requirements.txt b/doc/readthedocs/requirements.txt index a1e7f766a40..49ee10e76da 100644 --- a/doc/readthedocs/requirements.txt +++ b/doc/readthedocs/requirements.txt @@ -1,4 +1,4 @@ sphinx-rtd-theme sphinx>3 Jinja2<3.1 # cannot import name 'environmentfilter' from 'jinja2' -urllib3==2.5.0 +urllib3==2.6.0