From c1caa945a3a4ade1368d3fede8423480c82b9189 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 13:54:15 +0000 Subject: [PATCH] Build(deps): Bump sphinx from 7.4.7 to 8.0.2 in the deps group Bumps the deps group with 1 update: [sphinx](https://github.com/sphinx-doc/sphinx). Updates `sphinx` from 7.4.7 to 8.0.2 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.4.7...v8.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 09d55cf0..367e5b5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ all = [ "pyansys-tools-variableinterop==0.1.1", ] doc = [ - "Sphinx==7.4.7", + "Sphinx==8.0.2", "ansys-sphinx-theme==0.16.6", "sphinx-copybutton==0.5.2", "sphinx-design==0.6.1",