From 611078562b0429833e298a52c47ce7e5e225009f Mon Sep 17 00:00:00 2001 From: "ibm-mend-app[bot]" Date: Mon, 17 Mar 2025 19:03:52 +0000 Subject: [PATCH] fix(deps): update dependency pydata-sphinx-theme to ~0.16.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3acee8b..e34d489 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.16.0", optional = true } [tool.poetry.extras] regular = ["ibm-cos-sdk", "typing-extensions"]