From 9205776e015d9ad4e3d940df24ce3edd95dff208 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 08:53:18 +0000 Subject: [PATCH] Update urllib3 requirement in /docs in the pip group across 1 directory Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. Updates `urllib3` to 2.5.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/0.3...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production dependency-group: pip ... 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 146749f664..a3be0010b7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -17,4 +17,4 @@ sphinx-book-theme sphinx-copybutton sphinx-tabs sphinxcontrib-mermaid -urllib3<2.0.0 +urllib3<3.0.0