From e021b0e8e4f3aa7ce07b3257db93b95d69c17d41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 06:26:07 +0000 Subject: [PATCH] Bump urllib3 from 2.5.0 to 2.6.3 in /lib/pybind11/docs Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.3. - [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.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- lib/pybind11/docs/requirements.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/pybind11/docs/requirements.txt b/lib/pybind11/docs/requirements.txt index 0bbb01a..1b6bcf0 100644 --- a/lib/pybind11/docs/requirements.txt +++ b/lib/pybind11/docs/requirements.txt @@ -23,8 +23,6 @@ idna==3.7 # via requests imagesize==1.4.1 # via sphinx -importlib-metadata==8.7.0 - # via sphinx jinja2==3.1.6 # via # myst-parser @@ -85,7 +83,5 @@ sphinxcontrib-serializinghtml==1.1.10 # via sphinx sphinxcontrib-svg2pdfconverter==1.2.2 # via -r requirements.in -urllib3==2.5.0 +urllib3==2.6.3 # via requests -zipp==3.23.0 - # via importlib-metadata