From b8dd22e14aae61e5f5fb1385bdc6c1028ff66ee6 Mon Sep 17 00:00:00 2001 From: "ibm-mend-app[bot]" Date: Tue, 29 Oct 2024 00:34:13 +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 60c8cbf..ccbb9e6 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"]