From a3ce6d13b27380c19be0aca49093941d0cee479d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 02:51:54 +0000 Subject: [PATCH] Bump the python group with 5 updates Bumps the python group with 5 updates: | Package | From | To | | --- | --- | --- | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.10.8` | `3.10.9` | | [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) | `0.17.0` | `0.17.1` | | [sphinx](https://github.com/sphinx-doc/sphinx) | `9.0.4` | `9.1.0` | | [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) | `0.20.0` | `0.21.0` | | [tifffile](https://github.com/cgohlke/tifffile) | `2026.4.11` | `2026.5.2` | Updates `matplotlib` from 3.10.8 to 3.10.9 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.8...v3.10.9) Updates `pydata-sphinx-theme` from 0.17.0 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.17.0...v0.17.1) Updates `sphinx` from 9.0.4 to 9.1.0 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v9.0.4...v9.1.0) Updates `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) Updates `tifffile` from 2026.4.11 to 2026.5.2 - [Release notes](https://github.com/cgohlke/tifffile/releases) - [Changelog](https://github.com/cgohlke/tifffile/blob/master/CHANGES.rst) - [Commits](https://github.com/cgohlke/tifffile/compare/v2026.4.11...v2026.5.2) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python - dependency-name: pydata-sphinx-theme dependency-version: 0.17.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python - dependency-name: sphinx-gallery dependency-version: 0.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python - dependency-name: tifffile dependency-version: 2026.5.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e2319e8..6bac3e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,12 +40,12 @@ dependencies = [ optional-dependencies = { docs = [ "dask-image==2025.11.0", - "matplotlib==3.10.8", - "pydata-sphinx-theme==0.17.0", - "sphinx==9.0.4", + "matplotlib==3.10.9", + "pydata-sphinx-theme==0.17.1", + "sphinx==9.1.0", "sphinx-autoapi==3.8.0", - "sphinx-gallery==0.20.0", - "tifffile==2026.4.11", + "sphinx-gallery==0.21.0", + "tifffile==2026.5.2", ] } [project.urls]