From 102de828cfecfa6d703c72bc1e66efc2653ca93b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 23:34:43 +0000 Subject: [PATCH] Bump pydata-sphinx-theme from 0.12.0 to 0.13.1 (#48) Bumps [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) from 0.12.0 to 0.13.1. - [Release notes](https://github.com/pydata/pydata-sphinx-theme/releases) - [Commits](https://github.com/pydata/pydata-sphinx-theme/compare/v0.12.0...v0.13.1) --- updated-dependencies: - dependency-name: pydata-sphinx-theme dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f8147d..27b7a5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ tests = [ "numpy<1.24", ] docs = [ - "pydata-sphinx-theme==0.12.0", + "pydata-sphinx-theme==0.13.1", "sphinx_copybutton==0.5.1", "sphinx-notfound-page==0.8.3", ]