From 4b3654e1cc66b5d8eabb78f78fde3a7bc9ba05c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 11:17:46 +0000 Subject: [PATCH] Update ansys-sphinx-theme requirement from ==0.7.0 to ==0.7.1 Updates the requirements on [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) to permit the latest version. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v0.7.0...v0.7.1) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de76b08d..458a48c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ ansys-mapdl-reader = {version = "==0.52.3", optional = true} ansys-fluent-visualization = {version = "==0.5.0", optional = true} ansys-fluent-parametric = {version = "==0.5.0", optional = true} Sphinx = {version = "==5.3.0", optional = true} -ansys-sphinx-theme = {version = "==0.7.0", optional = true} +ansys-sphinx-theme = {version = "==0.7.1", optional = true} [tool.poetry.extras] mapdl-all = ["ansys-mapdl-reader"]