From 79a0cdbe8afdb2c0d0b22a33ad4173e56d697296 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 13:52:20 +0000 Subject: [PATCH] Update sphinx requirement from 4.4.0 to 4.5.0 (#173) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e2259a11..4326bb2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ ipython = { version = "7.32.0", optional = true } # Doc packages pyansys-sphinx-theme = { version = "0.2.3", optional = true } numpydoc = { version = "1.2.1", optional = true } -sphinx = { version = "4.4.0", optional = true } +sphinx = { version = "4.5.0", optional = true } sphinx_autodoc_typehints = { version = "1.14.1", optional = true } sphinx-notfound-page = { version = "0.8", optional = true } sphinx-copybutton = { version = "0.5.0", optional = true }