From 841659cfb64024e35331af6de636088098abc81c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 05:58:06 +0000 Subject: [PATCH] :arrow_up: Bump urllib3 from 2.0.7 to 2.7.0 in /docs/mkdocs Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 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.0.7...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/mkdocs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mkdocs/requirements.txt b/docs/mkdocs/requirements.txt index b397d545d0..55783625d2 100644 --- a/docs/mkdocs/requirements.txt +++ b/docs/mkdocs/requirements.txt @@ -44,6 +44,6 @@ six==1.16.0 smmap==5.0.1 tornado==6.3.3 tqdm==4.66.1 -urllib3==2.0.7 +urllib3==2.7.0 watchdog==3.0.0 zipp==3.17.0