From 1efe2c38c664778a6ecebcd12881afac3be559c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 03:43:42 +0000 Subject: [PATCH] Bump ansys-sphinx-theme from 0.13.1 to 0.13.3 Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 0.13.1 to 0.13.3. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v0.13.1...v0.13.3) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e9de84d2..1571a094 100644 --- a/poetry.lock +++ b/poetry.lock @@ -38,13 +38,13 @@ files = [ [[package]] name = "ansys-sphinx-theme" -version = "0.13.1" +version = "0.13.3" description = "A theme devised by ANSYS, Inc. for Sphinx documentation." optional = false python-versions = ">=3.9,<4" files = [ - {file = "ansys_sphinx_theme-0.13.1-py3-none-any.whl", hash = "sha256:d82c266cecc46cf535e929ce4354d6392a731fe623d05977d88b408b032dd867"}, - {file = "ansys_sphinx_theme-0.13.1.tar.gz", hash = "sha256:863574c46ed51eb12b55472d085df04c48cd0a84db84d5e95594683aedfbf4a3"}, + {file = "ansys_sphinx_theme-0.13.3-py3-none-any.whl", hash = "sha256:c87f006a891d286ae7fa2b975ad42cb236c98e3e7aab28ffb1956335be254ea3"}, + {file = "ansys_sphinx_theme-0.13.3.tar.gz", hash = "sha256:6dbe4002c5f45ad3189d9e59f8e41d3773700ba334c19383073e7912c1e3e278"}, ] [package.dependencies] @@ -1588,4 +1588,4 @@ oidc = ["keyring", "requests_auth"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "c5ee7f01653f3f17c22de28998212737ba68632b2829adeb18c27c7555b70795" +content-hash = "c8f58fde6baab7e4e56bd77178c0424338879c0d4421b791dadf006e497af4cc" diff --git a/pyproject.toml b/pyproject.toml index c74852ba..e7906cce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ optional = true [tool.poetry.group.docs.dependencies] # Doc packages -ansys-sphinx-theme = { version = "0.13.1" } +ansys-sphinx-theme = { version = "0.13.3" } numpydoc = { version = "1.6.0" } sphinx = { version = "7.2.6" } sphinx-notfound-page = { version = "1.0.0" }