From fb185edf5b6abe6e7e7cd1572326f4e6903a9059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 20:03:05 +0000 Subject: [PATCH] build(deps): update sphinx requirement from ~=8.1.3 to ~=9.1.0 Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v8.1.3...v9.1.0) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 2a9bbed..511ca50 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ -sphinx~=8.1.3 +sphinx~=9.1.0 sphinx-rtd-theme~=3.0.2 diff --git a/pyproject.toml b/pyproject.toml index e53b238..2d5323c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dev = [ "esbonio~=1.0.0", ] docs = [ - "sphinx~=8.1.3", + "sphinx~=9.1.0", "sphinx-rtd-theme~=3.0.2", ]