From 02fc60300c4691a49274d178b6e6a2488c139691 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:24:15 -0500 Subject: [PATCH] build(deps): bump sphinx from 8.0.2 to 8.1.3 (#158) Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 8.0.2 to 8.1.3. - [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.0.2...v8.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 774171e..8450299 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ tests = [ doc = [ "ansys-sphinx-theme==1.1.2", "numpydoc==1.8.0", - "Sphinx==8.0.2", + "Sphinx==8.1.3", "sphinx-copybutton==0.5.2", ]