From bc197ecaeba63a0011b9d17ad34bd8a6cccb97f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 23:44:03 +0000 Subject: [PATCH] build(deps): bump sphinx from 8.1.0 to 8.1.1 (#288) 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 f6b99cd..ce7a9ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ tests = [ doc = [ "ansys_sphinx_theme[autoapi]==1.1.2", "numpydoc==1.8.0", - "Sphinx==8.1.0", + "Sphinx==8.1.1", "Sphinx-copybutton==0.5.2", ]