From 7b0d8c28d5a6ff6b8e0efdc54e033fae3c67bff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 03:54:58 +0000 Subject: [PATCH] Bump ansys-sphinx-theme from 0.12.2 to 0.12.5 Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 0.12.2 to 0.12.5. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v0.12.2...v0.12.5) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index e3daf5bd..1fee6c5f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -38,13 +38,13 @@ files = [ [[package]] name = "ansys-sphinx-theme" -version = "0.12.2" +version = "0.12.5" description = "A theme devised by ANSYS, Inc. for Sphinx documentation." optional = false -python-versions = ">=3.8,<4" +python-versions = ">=3.9,<4" files = [ - {file = "ansys_sphinx_theme-0.12.2-py3-none-any.whl", hash = "sha256:a5aef0a05f48c6280bc50b2a8243d957d91446797aacbf52519a832ba4670064"}, - {file = "ansys_sphinx_theme-0.12.2.tar.gz", hash = "sha256:28de529210d1f90ff549d101a9838c6023058bcbffbf21a2dcdb28417fa342b9"}, + {file = "ansys_sphinx_theme-0.12.5-py3-none-any.whl", hash = "sha256:8b18c2c5b6eeffc382bd1b9fa4a860783a4a785a859c3530fce3bef06ebb7f80"}, + {file = "ansys_sphinx_theme-0.12.5.tar.gz", hash = "sha256:81e50f7cc9812a39ed02a4f3894c9a64bec2ff8d0402877cd90c6cc988ddac6d"}, ] [package.dependencies] @@ -1587,4 +1587,4 @@ oidc = ["keyring", "requests_auth"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "b6e83ade14409d6fcd499a58c8e78fb265673b094b7590c3a377c30fc463dc6a" +content-hash = "684da8c7ae53e9e2bf82071d89a61d7b52163c7dfefb11edbe0df8e8ef48dcd0" diff --git a/pyproject.toml b/pyproject.toml index 99854143..1b9bd8f2 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.12.2" } +ansys-sphinx-theme = { version = "0.12.5" } numpydoc = { version = "1.6.0" } sphinx = { version = "7.1.2" } sphinx-notfound-page = { version = "1.0.0" }