From e4bdad7da5730c563eb34c7efc92b819d3060ea9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 04:00:09 +0000 Subject: [PATCH] =?UTF-8?q?:arrow=5Fup:=20=F0=9F=A4=96=20Dependencies:=20U?= =?UTF-8?q?pdate=20pydata-sphinx-theme=20requirement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) to permit the latest version. - [Release notes](https://github.com/pydata/pydata-sphinx-theme/releases) - [Commits](https://github.com/pydata/pydata-sphinx-theme/compare/v0.14.0...v0.15.1) --- updated-dependencies: - dependency-name: pydata-sphinx-theme dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a44ac80..e2ad5f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ optional = true [tool.poetry.group.docs.dependencies] sphinx = "7.2.6" -pydata-sphinx-theme = "^0.14.0" +pydata-sphinx-theme = ">=0.14,<0.16" sphinx-hoverxref = "^1.3.0" sphinx-notfound-page = "^1.0.0rc1" sphinx_copybutton = "0.5.2"