From 0d6a74e8e5da3f08d75db200e754e532639e9785 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 03:37:57 +0000 Subject: [PATCH] Bump ansys-sphinx-theme from 1.0.8 to 1.0.11 Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 1.0.8 to 1.0.11. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.0.8...v1.0.11) --- 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 c8fadba1..8180225a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -38,13 +38,13 @@ files = [ [[package]] name = "ansys-sphinx-theme" -version = "1.0.8" +version = "1.0.11" description = "A theme devised by ANSYS, Inc. for Sphinx documentation." optional = false python-versions = "<4,>=3.9" files = [ - {file = "ansys_sphinx_theme-1.0.8-py3-none-any.whl", hash = "sha256:c212239c44691f8d5a5b09b3b5dd4322edbd5935793420b6eadbde0d18af2286"}, - {file = "ansys_sphinx_theme-1.0.8.tar.gz", hash = "sha256:e7a6adf9072541b6e7492ea8ae399fb3228c6022612d9fc9df97c7c73ef78cc3"}, + {file = "ansys_sphinx_theme-1.0.11-py3-none-any.whl", hash = "sha256:75c718e407a6b1e868ed5063ba3d1ac93c778195e129253dbaf2367bb87940f5"}, + {file = "ansys_sphinx_theme-1.0.11.tar.gz", hash = "sha256:a9c3399f71fbdfee08dc97eb6821e660742b7f0c425a3a6f443254a356863ed4"}, ] [package.dependencies] @@ -1872,4 +1872,4 @@ oidc = ["keyring", "requests_auth"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "ce49d6c0ee31a9b76adb7b4827505e4e188d10a3eae8d11252149b80179a4c03" +content-hash = "6da95bf40bf6bbab77fb61b9c77a1fae12c5269e4eed2ec3536e8952eb323958" diff --git a/pyproject.toml b/pyproject.toml index 9da822d4..3eb8628f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ optional = true [tool.poetry.group.doc.dependencies] # Doc packages -ansys-sphinx-theme = { version = "1.0.8" } +ansys-sphinx-theme = { version = "1.0.11" } numpydoc = { version = "1.8.0" } sphinx = { version = "7.4.7" } sphinx-notfound-page = { version = "1.0.4" }