From 8323e20b675e601d89c14401be8b3f604b34e234 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 17:13:59 +0000 Subject: [PATCH] Update intersphinx-registry requirement in /doc Updates the requirements on [intersphinx-registry](https://github.com/Quansight-labs/intersphinx_registry) to permit the latest version. - [Commits](https://github.com/Quansight-labs/intersphinx_registry/compare/0.2501.23...0.2603.16) --- updated-dependencies: - dependency-name: intersphinx-registry dependency-version: 0.2603.16 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 09e30525f3..5969545ee8 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,7 +1,7 @@ setuptools-scm>=8.1.0 sphinx>=8.2.0 sphinx-autoapi>=3.6.0 -intersphinx_registry>=0.2501.23 # https://github.com/Quansight-Labs/intersphinx_registry/pull/58 +intersphinx_registry>=0.2603.16 # https://github.com/Quansight-Labs/intersphinx_registry/pull/58 nbsphinx jupyter_core>=4.11.2 # nbsphix dependency - addresses CVE-2022-39286 nbconvert