From 2163da319c43d56d4b4b780db0064c8516cc9c71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 03:53:56 +0000 Subject: [PATCH] Bump urllib3 from 2.2.2 to 2.5.0 in /docs Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 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/2.2.2...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 259ef555ddf1..b8566be9c1d8 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -12,7 +12,7 @@ beautifulsoup4==4.9.1 # via sphinx-material certifi==2024.7.4 # via requests -chardet==3.0.4 +charset-normalizer==3.4.2 # via requests css-html-js-minify==2.5.5 # via sphinx-material @@ -94,5 +94,5 @@ text-unidecode==1.3 # via python-slugify unidecode==1.1.1 # via python-slugify -urllib3==2.2.2 +urllib3==2.5.0 # via requests