From b22fc9b48a1a2fdcf8b7f680956f7afa121a5e41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 21:08:01 +0000 Subject: [PATCH] chore(deps): bump urllib3 in /scripts/docs-collator Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 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/1.26.14...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/docs-collator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docs-collator/requirements.txt b/scripts/docs-collator/requirements.txt index 775d693db..d11af1f35 100644 --- a/scripts/docs-collator/requirements.txt +++ b/scripts/docs-collator/requirements.txt @@ -11,6 +11,6 @@ PyGithub==2.5.0 PyJWT==2.6.0 PyNaCl==1.5.0 requests==2.28.2 -urllib3==1.26.14 +urllib3==2.7.0 wrapt==1.14.1 PyYAML==6.0.1