From 5eda5b97985bb1c4a55e8f999e54997b5d9b6c09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 10:05:20 +0000 Subject: [PATCH 1/4] Bump coverage from 7.13.4 to 7.13.5 Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.13.4 to 7.13.5. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.13.4...7.13.5) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.13.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a9cce8be..ebf735916 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ testing = [ "pytest>=0.6", "pytest-cov>=2.0", "pytest-json-report==1.5.0", - "coverage==7.13.4", + "coverage==7.13.5", ] documentation = [ "PyFiberModes", From f8750be8e2cf04f20c4eaddc5c255af9a6d52a5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 10:14:52 +0000 Subject: [PATCH 2/4] Bump pydata-sphinx-theme from 0.16.1 to 0.17.1 Bumps [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) from 0.16.1 to 0.17.1. - [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.16.1...v0.17.1) --- updated-dependencies: - dependency-name: pydata-sphinx-theme dependency-version: 0.17.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a9cce8be..39bd894c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ documentation = [ "sphinx-rtd-theme==3.1.0", "sphinx-gallery==0.20.0", "sphinx_design==0.6.1", - "pydata-sphinx-theme==0.16.1" + "pydata-sphinx-theme==0.17.1" ] dev = [ "flake8==7.3.0" From 1ecb65a46ccd7831b81c9880ad9e3b91e0ef2d9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 10:15:03 +0000 Subject: [PATCH 3/4] Bump sphinx-gallery from 0.20.0 to 0.21.0 Bumps [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/sphinx-gallery/sphinx-gallery/releases) - [Changelog](https://github.com/sphinx-gallery/sphinx-gallery/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-gallery/sphinx-gallery/compare/v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: sphinx-gallery dependency-version: 0.21.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a9cce8be..812b021fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ documentation = [ "numpydoc==1.10.0", "sphinx>=5.1.1", "sphinx-rtd-theme==3.1.0", - "sphinx-gallery==0.20.0", + "sphinx-gallery==0.21.0", "sphinx_design==0.6.1", "pydata-sphinx-theme==0.16.1" ] From 90000500827c1a7bf819450a79dae1ad76e5d964 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 09:03:24 +0000 Subject: [PATCH 4/4] Bump coverage from 7.13.5 to 7.15.2 Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.13.5 to 7.15.2. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.13.5...7.15.2) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.15.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab70e8045..be5d4270a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ testing = [ "pytest>=0.6", "pytest-cov>=2.0", "pytest-json-report==1.5.0", - "coverage==7.13.5", + "coverage==7.15.2", ] documentation = [ "PyFiberModes",