From 30e6e0726e2b46fe0733ca8efeefd6f26da9b264 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 14:44:01 +0000 Subject: [PATCH] Bump pydata-sphinx-theme from 0.18.0 to 0.19.0 in the python group Bumps the python group with 1 update: [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme). Updates `pydata-sphinx-theme` from 0.18.0 to 0.19.0 - [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.18.0...v0.19.0) --- updated-dependencies: - dependency-name: pydata-sphinx-theme dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d09b94..40fffc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ "Topic :: Documentation :: Sphinx", ] dependencies = [ - "pydata-sphinx-theme==0.18.0", + "pydata-sphinx-theme==0.19.0", "matplotlib", "sphinx-design", ]