Skip to content

Bump the python group across 1 directory with 9 updates#190

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/python-2f278b340b
Closed

Bump the python group across 1 directory with 9 updates#190
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/python-2f278b340b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 28, 2026

Bumps the python group with 9 updates in the / directory:

Package From To
dask 2026.1.2 2026.3.0
numpy 2.4.2 2.4.4
pydantic-zarr 0.9.1 0.10.0
tensorstore 0.1.81 0.1.82
scipy 1.17.0 1.17.1
matplotlib 3.10.8 3.10.9
pydata-sphinx-theme 0.17.0 0.17.1
sphinx 9.0.4 9.1.0
sphinx-gallery 0.20.0 0.21.0

Updates dask from 2026.1.2 to 2026.3.0

Release notes

Sourced from dask's releases.

2026.3.0

Changes

See the Changelog for more information.

Commits
  • b1025f7 Version 2026.3.0
  • 0d40a60 Silence deprecations in global config if local config overrides them (#12315)
  • 30ea561 docs: document approximate algorithm and Dask-specific params in describe() (...
  • 8a9b92f docs: clarify coarsen reduction function contract (#12314)
  • 0993aa9 Fix misleading TypeError for scalar overflow in dask.array elemwise (#12301)
  • e0529bb Stricter warnings filter (#12274)
  • ac02b7d Clean up obsolete PANDAS_GE markers (#12279)
  • e4338c2 Bump actions/upload-artifact from 6 to 7 (#12311)
  • 714eaf4 fix: Added full_matrices parameter to dask.array.linalg.svd (#12292)
  • d115605 Remove mention of obsolete default value for 'boundary' parameter. (#12304)
  • Additional commits viewable in compare view

Updates numpy from 2.4.2 to 2.4.4

Release notes

Sourced from numpy's releases.

2.4.4 (Mar 29, 2026)

NumPy 2.4.4 Release Notes

The NumPy 2.4.4 is a patch release that fixes bugs discovered after the 2.4.3 release. It should finally close issue #30816, the OpenBLAS threading problem on ARM.

This release supports Python versions 3.11-3.14

Contributors

A total of 8 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • Charles Harris
  • Daniel Haag +
  • Denis Prokopenko +
  • Harshith J +
  • Koki Watanabe
  • Marten van Kerkwijk
  • Matti Picus
  • Nathan Goldbaum

Pull requests merged

A total of 7 pull requests were merged for this release.

  • #30978: MAINT: Prepare 2.4.x for further development
  • #31049: BUG: Add test to reproduce problem described in #30816 (#30818)
  • #31052: BUG: fix FNV-1a 64-bit selection by using NPY_SIZEOF_UINTP (#31035)
  • #31053: BUG: avoid warning on ufunc with where=True and no output
  • #31058: DOC: document caveats of ndarray.resize on 3.14 and newer
  • #31079: TST: fix POWER VSX feature mapping (#30801)
  • #31084: MAINT: numpy.i: Replace deprecated sprintf with snprintf...

2.4.3 (Mar 9, 2026)

NumPy 2.4.3 Release Notes

The NumPy 2.4.3 is a patch release that fixes bugs discovered after the 2.4.2 release. The most user visible fix may be a threading fix for OpenBLAS on ARM, closing issue #30816.

This release supports Python versions 3.11-3.14

Contributors

A total of 11 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • Antareep Sarkar +

... (truncated)

Commits
  • be93fe2 Merge pull request #31090 from charris/prepare-2.4.4
  • f5245dc REL: Prepare for the NumPy 2.4.4 release
  • 02e838b Merge pull request #31084 from charris/backport-31056
  • fa74b2d MAINT: numpy.i: Replace deprecated sprintf with snprintf (#31056)
  • 533a6db Merge pull request #31079 from charris/backport-20801
  • 9e496cb TST: fix POWER VSX feature mapping (#30801)
  • 8052c4b Merge pull request #31058 from charris/backport-31021
  • 7f13b5a MAINT: Skip test on PyPy.
  • 4c5fdd6 MAINT: Remove unused import of tracemalloc.
  • a3ca5ed Update numpy/_core/src/multiarray/shape.c
  • Additional commits viewable in compare view

Updates pydantic-zarr from 0.9.1 to 0.10.0

Release notes

Sourced from pydantic-zarr's releases.

v0.10.0

What's Changed

Full Changelog: zarr-developers/pydantic-zarr@v0.9.2...v0.10.0

v0.9.2

What's Changed

Full Changelog: zarr-developers/pydantic-zarr@v0.9.1...v0.9.2

Changelog

Sourced from pydantic-zarr's changelog.

pydantic-zarr 0.10.0 (2026-04-16)

Features

  • The minimum supported Python is now 3.12 and the minimum supported NumPy is now 2.0. (#145)
  • Use type ... instead of ...: TypeAlias to declare type aliases. (#145)

pydantic-zarr 0.9.2 (2026-03-18)

Features

  • In order to support consolidated metadata, the experimental V3 GroupSpec classes now accept arbitrary extra fields, provided they are dicts with a must_understand: False key: value pair. (#141)
  • Explicitly added support and testing with Python 3.14. (#142)

Bugfixes

  • Added support for the 'v2' chunk encoding in Zarr v3 metadata. (#148)

Improved Documentation

  • Added search to the docs. (#146)
Commits
  • 21c1b2f Merge pull request #153 from d-v-b/chore/trusted-publishing
  • 6829aea Remove extra lines
  • 11829ad Merge branch 'main' into chore/trusted-publishing
  • 7551b0d Merge pull request #157 from dstansby/0.10.0-clog
  • 4bfc9ee Add changelog for 0.10.0
  • 13b1a2c Merge pull request #154 from zarr-developers/dependabot/github_actions/action...
  • 6dedb9c Merge pull request #155 from dstansby/dev-group
  • 203455a Bump the actions group across 1 directory with 3 updates
  • 2e84f43 Add dev dependency group
  • b84b0e5 Merge pull request #156 from dstansby/config-deprecation
  • Additional commits viewable in compare view

Updates tensorstore from 0.1.81 to 0.1.82

Commits
  • 315c761 Update the pypi-publish action
  • 2268931 Merge pull request #283 from salmanmkc:upgrade-github-actions-node24
  • f808fe7 Merge pull request #284 from salmanmkc:upgrade-github-actions-node24-general
  • f49d11a Update gsutil -> gcloud storage
  • 8946357 Remove tensorstore::StrCat.
  • ad7294e No public description
  • 1eeea9b No public description
  • b7bc1c5 Migrate operator<< to use AblsStringify
  • a328228 No public description
  • 482f2fb Convert more error messages to use absl::StrFormat rather than tensorstore::S...
  • Additional commits viewable in compare view

Updates scipy from 1.17.0 to 1.17.1

Release notes

Sourced from scipy's releases.

SciPy 1.17.1 Release Notes

SciPy 1.17.1 is a bug-fix release with no new features compared to 1.17.0.

Authors

  • Name (commits)
  • Evgeni Burovski (5)
  • Lucas Colley (1)
  • Christoph Gohlke (1)
  • Ralf Gommers (6)
  • Matt Haberland (5)
  • Matthias Koeppe (1)
  • Nick ODell (1)
  • Ilhan Polat (10)
  • Tyler Reddy (44)
  • Martin Schuck (3)
  • Dan Schult (3)
  • stratakis (1) +
  • ਗਗਨਦੀਪ ਸਿੰਘ (Gagandeep Singh) (1)

A total of 13 people contributed to this release. People with a "+" by their names contributed a patch for the first time. This list of names is automatically generated, and may not be fully complete.

Complete issue list, PR list, and release asset hashes are available in the associated README.txt.

Commits
  • 527eb7f REL: 1.17.1 release commit [wheel build]
  • f11663b Merge pull request #24584 from tylerjereddy/treddy_prep_1.17.1
  • 2c49e68 DOC: PR 24584 revisions
  • 400fa15 safely convert index dtypes to intc for csgraph and superLU
  • 8c70404 MAINT: PR 24584 revisions [wheel build]
  • 6dda8c1 BUG: PR 24584 revisions
  • 4a187e5 DOC: PR 24584 revisions
  • 463ee9f ENH: linalg/inv: re-enable overwrite_a for 2D inputs (#24442)
  • df746ee BUG: linalg: restore dtypes in inv, solve, det
  • 246bfee MAINT:optimize: Enable multi-phase init to DIRECT
  • Additional commits viewable in compare view

Updates matplotlib from 3.10.8 to 3.10.9

Release notes

Sourced from matplotlib's releases.

v3.10.9

This is a micro release of the v3.10.x series. Highlights of this release include:

  • Various minor bug and doc fixes
  • Security hardening validation of cyclers - Removing eval usage
  • Security hardening in Latex and PS calls - Removing shell escapes
Commits
  • dd8d78b REL: v3.10.9
  • 2fb1891 REL: Release prep v3.10.9
  • d0e923a Merge branch 'v3.10.8-doc' into v3.10.x
  • 1637932 Merge pull request #31558 from meeseeksmachine/auto-backport-of-pr-31556-on-v...
  • a83faac Backport PR #31556: FIX: Inverted PyErr_Occurred check in enum type caster (_...
  • a4f57ab Merge pull request #31545 from ksunden/backport-of-pr-31282-on-v3.10.x
  • 063288d Merge pull request #31544 from ksunden/backport-of-pr-31248-on-v3.10.x
  • b2ed196 Backport PR #31248: SEC: Remove eval() from validate_cycler
  • acc6024 Merge pull request #31282 from scottshambaugh/tex_no_shell
  • e3fb541 Merge pull request #31078 from meeseeksmachine/auto-backport-of-pr-31075-on-v...
  • Additional commits viewable in compare view

Updates pydata-sphinx-theme from 0.17.0 to 0.17.1

Release notes

Sourced from pydata-sphinx-theme's releases.

v0.17.1

What's Changed

Fixes

Improvements

Dependencies

New Contributors

Full Changelog: pydata/pydata-sphinx-theme@v0.17.0...v0.17.1

Commits
  • a4986fa bump: 0.17.0 → 0.17.1 (#2355)
  • ff8be64 Fix default behavior when shorten_urls is unset (#2351)
  • 0867759 Replace broken Unsplash image URLs with Picsum in light-dark guide (#2341)
  • 56157e9 Bump octokit/request-action from 2.4.0 to 3.0.0 (#2346)
  • 8cce21d Bump pydata/pydata-sphinx-theme/.github/workflows/CI.yml from e8db643b990df73...
  • 30b4830 Bump pydata/pydata-sphinx-theme/.github/workflows/docs.yml from 43f9003549c49...
  • 6673b56 Fix docs build with sphinx 'extensions' config key (#2352)
  • ebc3f17 Fix search input receiving keystrokes after escape dismiss in Safari (#2338)
  • 8e67694 feat: add disable_search theme option (#2315)
  • See full diff in compare view

Updates sphinx from 9.0.4 to 9.1.0

Release notes

Sourced from sphinx's releases.

Sphinx 9.1.0

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Dependencies

  • #14153: Drop Python 3.11 support.
  • #12555: Drop Docutils 0.20 support. Patch by Adam Turner

Features added

  • Add add_static_dir() for copying static assets from extensions to the build output. Patch by Jared Dillard

Bugs fixed

  • #14189: autodoc: Fix duplicate :no-index-entry: for modules. Patch by Adam Turner
  • #13713: Fix compatibility with MyST-Parser. Patch by Adam Turner
  • Fix tests for Python 3.15. Patch by Adam Turner
  • #14089: autodoc: Fix default option parsing. Patch by Adam Turner
  • Remove incorrect static typing assertions. Patch by Adam Turner
  • #14050: LaTeXTranslator fails to build documents using the "acronym" standard role. Patch by Günter Milde
  • LaTeX: Fix rendering for grid filled merged vertical cell. Patch by Tim Nordell
  • #14228: LaTeX: Fix overrun footer for cases of merged vertical table cells. Patch by Tim Nordell
  • #14207: Fix creating HTMLThemeFactory objects in third-party extensions. Patch by Adam Turner
  • #3099: LaTeX: PDF build crashes if a code-block contains more than circa 1350 codelines (about 27 a4-sized pages at default pointsize). Patch by Jean-François B.
  • #14064: LaTeX: TABs ending up in sphinxVerbatim fail to obey tab stops. Patch by Jean-François B.
  • #14089: autodoc: Improve support for non-weakreferencable objects. Patch by Adam Turner
  • LaTeX: Fix accidental removal at 3.5.0 (#8854) of the documentation of literalblockcappos key of sphinxsetup. Patch by Jean-François B.

... (truncated)

Changelog

Sourced from sphinx's changelog.

Release 9.1.0 (released Dec 31, 2025)

Dependencies

  • #14153: Drop Python 3.11 support.
  • #12555: Drop Docutils 0.20 support. Patch by Adam Turner

Features added

  • Add :meth:~sphinx.application.Sphinx.add_static_dir for copying static assets from extensions to the build output. Patch by Jared Dillard

Bugs fixed

  • #14189: autodoc: Fix duplicate :no-index-entry: for modules. Patch by Adam Turner
  • #13713: Fix compatibility with MyST-Parser. Patch by Adam Turner
  • Fix tests for Python 3.15. Patch by Adam Turner
  • #14089: autodoc: Fix default option parsing. Patch by Adam Turner
  • Remove incorrect static typing assertions. Patch by Adam Turner
  • #14050: LaTeXTranslator fails to build documents using the "acronym" standard role. Patch by Günter Milde
  • LaTeX: Fix rendering for grid filled merged vertical cell. Patch by Tim Nordell
  • #14228: LaTeX: Fix overrun footer for cases of merged vertical table cells. Patch by Tim Nordell
  • #14207: Fix creating HTMLThemeFactory objects in third-party extensions. Patch by Adam Turner
  • #3099: LaTeX: PDF build crashes if a code-block contains more than circa 1350 codelines (about 27 a4-sized pages at default pointsize). Patch by Jean-François B.
  • #14064: LaTeX: TABs ending up in sphinxVerbatim fail to obey tab stops. Patch by Jean-François B.
  • #14089: autodoc: Improve support for non-weakreferencable objects. Patch by Adam Turner
  • LaTeX: Fix accidental removal at 3.5.0 (#8854) of the documentation of literalblockcappos key of :ref:'sphinxsetup' <latexsphinxsetup>. Patch by Jean-François B.
Commits
  • cc7c6f4 Bump to 9.1.0 final
  • b127b94 Add app.add_static_dir() for copying extension static files (#14219)
  • 20f1c46 LaTeX: Inhibit breaks for rows with merged vertical cells (#14227)
  • 3c85411 Polish CHANGES.rst (#14225)
  • 9ee5446 LaTeX: restore 1.7 documentation of literalblockcappos (#14224)
  • d75d602 LaTeX: improve (again...) some code comments in time for 9.1.0 (#14222)
  • 8dca61d Improve some LaTeX code comments (#14220)
  • 8ab9600 Bump to 9.1.0 candidate 2
  • d59b237 autodoc: Improve support for non-weakreferencable objects
  • 964424b Use the correct reference for using existing extensions (#14157)
  • Additional commits viewable in compare view

Updates sphinx-gallery from 0.20.0 to 0.21.0

Release notes

Sourced from sphinx-gallery's releases.

Release v0.21.0

Full Changelog

Support for Sphinx 5 dropped in this release. Requirement is now Sphinx >= 6.

Implemented enhancements:

  • Add support for dynamic filtering by tag #1555 (Cadair)

Fixed bugs:

  • Fix subsection header sanitization when nested_sections=False #1550 (lucyleeow)
  • Fix generate_gallery_rst when nested_sections=False user provides own index.rst #1549 (lucyleeow)

Documentation

Project maintenance

... (truncated)

Changelog

Sourced from sphinx-gallery's changelog.

v0.21.0

Support for Sphinx 5 dropped in this release. Requirement is now Sphinx >= 6.

Implemented enhancements:

  • Add support for dynamic filtering by tag [#1555](https://github.com/sphinx-gallery/sphinx-gallery/issues/1555) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1555>__ (Cadair <https://github.com/Cadair>__)

Fixed bugs:

  • Fix subsection header sanitization when nested_sections=False [#1550](https://github.com/sphinx-gallery/sphinx-gallery/issues/1550) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1550>__ (lucyleeow <https://github.com/lucyleeow>__)
  • Fix generate_gallery_rst when nested_sections=False user provides own index.rst [#1549](https://github.com/sphinx-gallery/sphinx-gallery/issues/1549) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1549>__ (lucyleeow <https://github.com/lucyleeow>__)

Documentation

  • DOC Add v0.20.0 to CHANGES.rst [#1567](https://github.com/sphinx-gallery/sphinx-gallery/issues/1567) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1567>__ (lucyleeow <https://github.com/lucyleeow>__)
  • DOC Note sphinx bump in changes [#1560](https://github.com/sphinx-gallery/sphinx-gallery/issues/1560) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1560>__ (lucyleeow <https://github.com/lucyleeow>__)
  • DOC Fix typos in nested_sections docs [#1547](https://github.com/sphinx-gallery/sphinx-gallery/issues/1547) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1547>__ (lucyleeow <https://github.com/lucyleeow>__)
  • Small typo on the configuration page of documentation [#1537](https://github.com/sphinx-gallery/sphinx-gallery/issues/1537) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1537>__ (floffy-f <https://github.com/floffy-f>__)
  • Update the list of projects [#1532](https://github.com/sphinx-gallery/sphinx-gallery/issues/1532) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1532>__ (timhoffm <https://github.com/timhoffm>__)

Project maintenance

  • [pre-commit.ci] pre-commit autoupdate [#1602](https://github.com/sphinx-gallery/sphinx-gallery/issues/1602) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1602>__ (pre-commit-ci[bot] <https://github.com/apps/pre-commit-ci>__)
  • TST: Use tmp_path fixture instead of tempfile [#1601](https://github.com/sphinx-gallery/sphinx-gallery/issues/1601) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1601>__ (QuLogic <https://github.com/QuLogic>__)
  • Re-enable Sphinx dev CI [#1599](https://github.com/sphinx-gallery/sphinx-gallery/issues/1599) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1599>__ (lucyleeow <https://github.com/lucyleeow>__)
  • ENH: Accept Paths in split_code_and_text_blocks [#1598](https://github.com/sphinx-gallery/sphinx-gallery/issues/1598) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1598>__ (QuLogic <https://github.com/QuLogic>__)
  • TYP: Fix typing for back references [#1597](https://github.com/sphinx-gallery/sphinx-gallery/issues/1597) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1597>__ (QuLogic <https://github.com/QuLogic>__)
  • [pre-commit.ci] pre-commit autoupdate [#1596](https://github.com/sphinx-gallery/sphinx-gallery/issues/1596) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1596>__ (pre-commit-ci[bot] <https://github.com/apps/pre-commit-ci>__)
  • TST Amend add_rst to add_file and make flexible [#1595](https://github.com/sphinx-gallery/sphinx-gallery/issues/1595) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1595>__ (lucyleeow <https://github.com/lucyleeow>__)
  • Switch from codecs.open to plain open [#1594](https://github.com/sphinx-gallery/sphinx-gallery/issues/1594) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1594>__ (QuLogic <https://github.com/QuLogic>__)
  • TST: Prefer Path over os.path in all test code [#1593](https://github.com/sphinx-gallery/sphinx-gallery/issues/1593) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1593>__ (QuLogic <https://github.com/QuLogic>__)
  • TST: Switch from tmpdir to tmp_path [#1592](https://github.com/sphinx-gallery/sphinx-gallery/issues/1592) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1592>__ (QuLogic <https://github.com/QuLogic>__)
  • Remove unused imports [#1591](https://github.com/sphinx-gallery/sphinx-gallery/issues/1591) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1591>__ (QuLogic <https://github.com/QuLogic>__)
  • [pre-commit.ci] pre-commit autoupdate [#1590](https://github.com/sphinx-gallery/sphinx-gallery/issues/1590) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1590>__ (pre-commit-ci[bot] <https://github.com/apps/pre-commit-ci>__)
  • [pre-commit.ci] pre-commit autoupdate [#1589](https://github.com/sphinx-gallery/sphinx-gallery/issues/1589) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1589>__ (pre-commit-ci[bot] <https://github.com/apps/pre-commit-ci>__)
  • Bump the actions group with 2 updates [#1588](https://github.com/sphinx-gallery/sphinx-gallery/issues/1588) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1588>__ (dependabot[bot] <https://github.com/apps/dependabot>__)
  • [pre-commit.ci] pre-commit autoupdate [#1586](https://github.com/sphinx-gallery/sphinx-gallery/issues/1586) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1586>__ (pre-commit-ci[bot] <https://github.com/apps/pre-commit-ci>__)
  • [pre-commit.ci] pre-commit autoupdate [#1585](https://github.com/sphinx-gallery/sphinx-gallery/issues/1585) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1585>__ (pre-commit-ci[bot] <https://github.com/apps/pre-commit-ci>__)
  • chore(projects): add the atomistic cookbook [#1584](https://github.com/sphinx-gallery/sphinx-gallery/issues/1584) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1584>__ (HaoZeke <https://github.com/HaoZeke>__)
  • [pre-commit.ci] pre-commit autoupdate [#1583](https://github.com/sphinx-gallery/sphinx-gallery/issues/1583) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1583>__ (pre-commit-ci[bot] <https://github.com/apps/pre-commit-ci>__)
  • [pre-commit.ci] pre-commit autoupdate [#1582](https://github.com/sphinx-gallery/sphinx-gallery/issues/1582) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1582>__ (pre-commit-ci[bot] <https://github.com/apps/pre-commit-ci>__)
  • Bump the actions group with 2 updates [#1581](https://github.com/sphinx-gallery/sphinx-gallery/issues/1581) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1581>__ (dependabot[bot] <https://github.com/apps/dependabot>__)
  • MNT: Extract test-related functionality from utils into _testing [#1580](https://github.com/sphinx-gallery/sphinx-gallery/issues/1580) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1580>__ (timhoffm <https://github.com/timhoffm>__)
  • MAINT: Autolabel fix (maybe) [#1579](https://github.com/sphinx-gallery/sphinx-gallery/issues/1579) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1579>__ (larsoner <https://github.com/larsoner>__)
  • MNT: Extract character length calculation from _format_for_writing [#1578](https://github.com/sphinx-gallery/sphinx-gallery/issues/1578) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1578>__ (timhoffm <https://github.com/timhoffm>__)
  • MNT: Refactor costs to an explicit data class ExampleCost [#1577](https://github.com/sphinx-gallery/sphinx-gallery/issues/1577) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1577>__ (timhoffm <https://github.com/timhoffm>__)
  • MNT: Add type annotations to gen_gallery.py [#1575](https://github.com/sphinx-gallery/sphinx-gallery/issues/1575) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1575>__ (timhoffm <https://github.com/timhoffm>__)
  • [pre-commit.ci] pre-commit autoupdate [#1574](https://github.com/sphinx-gallery/sphinx-gallery/issues/1574) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1574>__ (pre-commit-ci[bot] <https://github.com/apps/pre-commit-ci>__)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • `@dep...

Description has been truncated

Bumps the python group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [dask](https://github.com/dask/dask) | `2026.1.2` | `2026.3.0` |
| [numpy](https://github.com/numpy/numpy) | `2.4.2` | `2.4.4` |
| [pydantic-zarr](https://github.com/zarr-developers/pydantic-zarr) | `0.9.1` | `0.10.0` |
| [tensorstore](https://github.com/google/tensorstore) | `0.1.81` | `0.1.82` |
| [scipy](https://github.com/scipy/scipy) | `1.17.0` | `1.17.1` |
| [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` |



Updates `dask` from 2026.1.2 to 2026.3.0
- [Release notes](https://github.com/dask/dask/releases)
- [Changelog](https://github.com/dask/dask/blob/main/docs/release-procedure.md)
- [Commits](dask/dask@2026.1.2...2026.3.0)

Updates `numpy` from 2.4.2 to 2.4.4
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.4.2...v2.4.4)

Updates `pydantic-zarr` from 0.9.1 to 0.10.0
- [Release notes](https://github.com/zarr-developers/pydantic-zarr/releases)
- [Changelog](https://github.com/zarr-developers/pydantic-zarr/blob/main/docs/release-notes.md)
- [Commits](zarr-developers/pydantic-zarr@v0.9.1...v0.10.0)

Updates `tensorstore` from 0.1.81 to 0.1.82
- [Commits](google/tensorstore@v0.1.81...v0.1.82)

Updates `scipy` from 1.17.0 to 1.17.1
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.17.0...v1.17.1)

Updates `matplotlib` from 3.10.8 to 3.10.9
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@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](pydata/pydata-sphinx-theme@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](sphinx-doc/sphinx@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](sphinx-gallery/sphinx-gallery@v0.20.0...v0.21.0)

---
updated-dependencies:
- dependency-name: dask
  dependency-version: 2026.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: numpy
  dependency-version: 2.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: pydantic-zarr
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: tensorstore
  dependency-version: 0.1.82
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: scipy
  dependency-version: 1.17.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- 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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 28, 2026
@dstansby dstansby closed this May 1, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 1, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/pip/python-2f278b340b branch May 1, 2026 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant