From 7998d7d69c09ef0bfea176a4e181c664d5c03c26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 16:36:35 +0000 Subject: [PATCH] Bump sphinx from 7.1.2 to 8.1.3 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.1.2 to 8.1.3. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.1.2...v8.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-version: 8.1.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev-genai-requirements.txt | 2 +- dev-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-genai-requirements.txt b/dev-genai-requirements.txt index a6daca5..0a6073e 100644 --- a/dev-genai-requirements.txt +++ b/dev-genai-requirements.txt @@ -1,7 +1,7 @@ pylint==3.0.2 httpretty==1.1.4 pyright==v1.1.404 -sphinx==7.1.2 +sphinx==8.1.3 sphinx-rtd-theme==2.0.0rc4 sphinx-autodoc-typehints==1.25.2 pytest==7.4.4 diff --git a/dev-requirements.txt b/dev-requirements.txt index c7e718a..9f65d7c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ pylint==3.0.2 httpretty==1.1.4 pyright==v1.1.404 -sphinx==7.1.2 +sphinx==8.1.3 sphinx-rtd-theme==2.0.0rc4 sphinx-autodoc-typehints==1.25.2 pytest==7.4.4