From 7d1fc9b9ca7f00e7b73ceb477feb79045a0e3fdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 17:11:10 +0000 Subject: [PATCH] build: bump sphinx from 7.4.0 to 8.1.3 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.4.0 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.4.0...v8.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-version: 8.1.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1f80f9d8e7..2b6632b9a5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ tests = [ ] doc = [ "ansys-sphinx-theme==1.4.0", # latest is 1.5.3 - "sphinx==7.4.0", # latest is 8.2.3 + "sphinx==8.1.3", # latest is 8.2.3 ] [tool.setuptools.dynamic]