From 110844f9b0fa5ea7eb6779ecc0bcde221da68c84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 08:09:45 +0200 Subject: [PATCH] Build(deps-dev): Bump sphinx from 7.0.1 to 7.1.1 (#137) 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 d45f89da..6c64259f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ tests = [ "pytest-qt==4.2.0", ] doc = [ - "Sphinx==7.0.1", + "Sphinx==7.1.1", "ansys-sphinx-theme==0.9.9", "sphinx-copybutton==0.5.2", ]