From 940b5d09511d973895e41cd26ef4d9a9db9b083a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 11:33:39 +0000 Subject: [PATCH] build: bump ansys-sphinx-theme[autoapi] from 1.3.0 to 1.3.1 in the docs-deps group (#1728) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- doc/changelog.d/1728.dependencies.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/1728.dependencies.md diff --git a/doc/changelog.d/1728.dependencies.md b/doc/changelog.d/1728.dependencies.md new file mode 100644 index 0000000000..16cad54f2c --- /dev/null +++ b/doc/changelog.d/1728.dependencies.md @@ -0,0 +1 @@ +bump ansys-sphinx-theme[autoapi] from 1.3.0 to 1.3.1 in the docs-deps group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 269099d9c1..910d258bf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ tests-minimal = [ "pytest-xvfb==3.0.0", ] doc = [ - "ansys-sphinx-theme[autoapi]==1.3.0", + "ansys-sphinx-theme[autoapi]==1.3.1", "ansys-tools-path==0.7.1", "ansys-tools-visualization-interface==0.8.1", "beartype==0.19.0",