From c1303c1fb66ebf30c5e8baf07f6b25061c56d9d9 Mon Sep 17 00:00:00 2001 From: "ibm-mend-app[bot]" Date: Sat, 5 Oct 2024 00:25:54 +0000 Subject: [PATCH] fix(deps): update dependency pydata-sphinx-theme to ~0.15.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e419215..fe685fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ typing-extensions = {version = "*", python = "^3.11.3", optional = true} # Sphinx documentation dependencies Sphinx = { version = "~4", optional = true } sphinx-autodoc-typehints = { version = "~1", optional = true } -pydata-sphinx-theme = { version = "~0.9", optional = true } +pydata-sphinx-theme = { version = "~0.15.0", optional = true } [tool.poetry.extras] regular = ["ibm-cos-sdk", "typing-extensions"]