From 3382dc393fc9c5e7dfc342216414835bebae553d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 23:54:31 +0000 Subject: [PATCH] Bump the python group across 1 directory with 7 updates Bumps the python group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [dask-image](https://github.com/dask/dask-image) | `2025.11.0` | `2026.5.0` | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.10.8` | `3.11.0` | | [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) | `0.17.0` | `0.19.0` | | [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.6.1` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.0` | Updates `dask-image` from 2025.11.0 to 2026.5.0 - [Release notes](https://github.com/dask/dask-image/releases) - [Changelog](https://github.com/dask/dask-image/blob/main/HISTORY.rst) - [Commits](https://github.com/dask/dask-image/compare/v2025.11.0...v2026.5.0) Updates `matplotlib` from 3.10.8 to 3.11.0 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.8...v3.11.0) Updates `pydata-sphinx-theme` from 0.17.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.17.0...v0.19.0) 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.6.1 - [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.6.1) Updates `pytest` from 9.0.3 to 9.1.0 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.3...9.1.0) --- updated-dependencies: - dependency-name: dask-image dependency-version: 2026.5.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python - dependency-name: matplotlib dependency-version: 3.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python - dependency-name: pydata-sphinx-theme dependency-version: 0.19.0 dependency-type: direct:development update-type: version-update:semver-minor 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.6.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e2319e8..788e609 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,13 +39,13 @@ dependencies = [ ] optional-dependencies = { docs = [ - "dask-image==2025.11.0", - "matplotlib==3.10.8", - "pydata-sphinx-theme==0.17.0", - "sphinx==9.0.4", + "dask-image==2026.5.0", + "matplotlib==3.11.0", + "pydata-sphinx-theme==0.19.0", + "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.6.1", ] } [project.urls] @@ -77,5 +77,5 @@ overrides."tool.coverage.paths.source".inline_arrays = false dev = [ "prek>=0.3.9", "pytest-cov==7.1.0", - "pytest==9.0.3", + "pytest==9.1.0", ]