From d95744148f4ee60fb6eee697f711c61984bb24e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 04:18:59 +0000 Subject: [PATCH] Build(deps-dev): Update pydata-sphinx-theme requirement 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.10.1...v0.12.0) --- updated-dependencies: - dependency-name: pydata-sphinx-theme dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1d3ff833c..a0f82c95a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ readme = "README.md" requires-python = ">=3.7" dependencies = [ "sphinx>=4,<6", - "pydata-sphinx-theme~=0.10.1", + "pydata-sphinx-theme>=0.10.1,<0.13.0", "pyyaml", ]