From fc31369559d6efd609bec8f9260c725d7843a5fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 05:55:56 +0000 Subject: [PATCH] Bump pydata-sphinx-theme from 0.15.3 to 0.15.4 Bumps [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) from 0.15.3 to 0.15.4. - [Release notes](https://github.com/pydata/pydata-sphinx-theme/releases) - [Changelog](https://github.com/pydata/pydata-sphinx-theme/blob/main/RELEASE.md) - [Commits](https://github.com/pydata/pydata-sphinx-theme/compare/v0.15.3...v0.15.4) --- updated-dependencies: - dependency-name: pydata-sphinx-theme dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 05f5b68..aa5b2da 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,5 +1,5 @@ sphinx==7.3.7 -pydata-sphinx-theme==0.15.3 +pydata-sphinx-theme==0.15.4 sphinx-design==0.6.0 # this should be mocked in autodoc_mock_imports # however, it causes issues with union types PEP 604 support