Skip to content

Bump the runtime group across 1 directory with 55 updates#12

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/runtime-fc8a26b6b6
Open

Bump the runtime group across 1 directory with 55 updates#12
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/runtime-fc8a26b6b6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown

Bumps the runtime group with 55 updates in the / directory:

Package From To
matplotlib 3.10.8 3.11.1
napari 0.7.0 0.8.0
pillow 12.2.0 12.3.0
scipy 1.15.2 1.18.0
requests 2.33.0 2.34.2
idna 3.15 3.18
imageio 2.37.3 2.37.4
pint 0.24.4 0.25.3
pyqt5-sip 12.17.0 12.18.0
archspec 0.2.5 0.2.6
asttokens 3.0.1 3.0.2
build 1.4.4 1.5.0
certifi 2026.2.25 2026.6.17
cffi 2.0.0 2.1.0
charset-normalizer 3.4.6 3.4.9
click 8.3.3 8.4.2
conda-package-handling 2.4.0 2.5.0
conda-package-streaming 0.12.0 0.13.0
contourpy 1.3.2 1.3.3
dask 2026.3.0 2026.7.1
debugpy 1.8.20 1.8.21
decorator 5.2.1 5.3.1
fonttools 4.62.1 4.63.0
fsspec 2026.3.0 2026.6.0
hpack 4.1.0 4.2.0
ids-peak-afl 2.0.1.0.4 2.0.2.0.7
ids-peak-ipl 1.17.1.0.6 1.17.2.0.8
ids-peak 1.14.0.0.7 1.16.0.0.9
jedi 0.19.2 0.20.0
jsonpointer 3.0.0 3.1.1
jupyter-client 8.8.0 8.9.1
markdown-it-py 4.0.0 4.2.0
matplotlib-inline 0.2.1 0.2.2
msgpack 1.1.2 1.2.1
networkx 3.4.2 3.6.1
npe2 0.8.2 0.8.3
packaging 26.0 26.2
parso 0.8.6 0.8.7
platformdirs 4.9.4 4.10.1
pydantic-settings 2.14.0 2.14.2
pydantic 2.13.3 2.13.4
pydantic-core 2.46.3 2.47.0
pytz 2026.1.post1 2026.2
ruamel-yaml 0.18.17 0.19.1
scikit-image 0.25.2 0.26.0
superqt 0.8.1 0.8.2
tornado 6.5.5 6.5.7
tqdm 4.67.3 4.69.0
traitlets 5.14.3 5.15.1
typer 0.24.2 0.27.0
typing-extensions 4.15.0 4.16.0
tzdata 2026.1 2026.3
vispy 0.16.1 0.16.2
wcwidth 0.6.0 0.8.2
wrapt 2.1.2 2.2.2

Updates matplotlib from 3.10.8 to 3.11.1

Release notes

Sourced from matplotlib's releases.

REL: v3.11.1

This is the first bugfix release of the 3.11.x series.

This release contains several bug-fixes and adjustments:

  • Fix tight layout of multiple subplots with sharey=True
  • Fix NoNorm cursor formatting for uint8 images
  • Fix occasional misalignment in reported mouse position (also fix a bug with canvas height)
  • Fix clipped Axis labels on 3D plots with tight layout
  • Fix inverted Axis on 3D plots
  • Fix restoring 'auto' aspect in 3D axes after switching from 'equal'
  • Fix missing glyphs when subsetting Type 1 fonts in PDF
  • Fix oversized embedding of Type 42 fonts in PDF/PostScript files

As well as several documentation and typing improvements and corrections.

REL: v3.11.0

The largest change within this release is a complete overhaul of text and font processing. Through the use of libraqm, HarfBuzz, SheenBidi, and an updated release of FreeType, all text should now support modern font features, enabling full internationalization in all languages. Not all features of these libraries are supported yet, but we expect this work to enable further improvements in an easier manner.

Outside of text handling, there are several improvements to 3D Axes, performance, new accessible colour sequences, flexible figure management, and more. See the release notes for more information.

REL: v3.11.0rc2

This is the second release candidate for the meso release 3.11.0.

This release candidate fixes some problems with downstream packages, removes some missed deprecations, and corrects some additional minor bugs.

REL: v3.11.0rc1

After an extended development stretch, we are pleased to announce the first release candidate of Matplotlib 3.11.0.

The largest change within this release is a complete overhaul of text and font processing. Through the use of libraqm, HarfBuzz, SheenBidi, and an updated release of FreeType, all text should now support modern font features, enabling full internationalization in all languages. Not all features of these libraries are supported yet, but we expect this work to enable further improvements in an easier manner. Due to the update to the font rendering stack, we cannot guarantee that text will be bit-for-bit perfect with previous releases, so if you are using Matplotlib for testing, it may be necessary to introduce/raise a tolerance within your tests.

Outside of text handling, there are several improvements to 3D Axes, performance, new accessible colour sequences, flexible figure management, and more. Final release notes are still being curated, but you may browse the list of new features, API changes, and all issues/pull requests on the milestone.

As a note for downstream packagers, the font libraries have only been tested against the versions bundled with the wheels. It may be possible to expand the range of requirements, or that a requirement is too broad. Please report any issues you have building against external dependencies.

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
  • 3c1757a REL: v3.11.1
  • 792c6b5 DOC: Prepare for 3.11.1
  • aaff9f6 Merge branch 'v3.11.0-doc' into v3.11.x
  • d4f4527 Merge pull request #32052 from meeseeksmachine/auto-backport-of-pr-32038-on-v...
  • 6ad4bcf Merge pull request #32050 from meeseeksmachine/auto-backport-of-pr-31304-on-v...
  • 7fb74d3 Merge pull request #32051 from meeseeksmachine/auto-backport-of-pr-32037-on-v...
  • c624aec Backport PR #32038: Fix occasional misalignment in reported mouse position (a...
  • 8eda2b7 Backport PR #32037: Bump the actions group with 3 updates
  • a0e7ae5 Backport PR #31304: Fix restoring 'auto' aspect in 3D axes after switching fr...
  • 9001323 Merge pull request #32047 from meeseeksmachine/auto-backport-of-pr-32025-on-v...
  • Additional commits viewable in compare view

Updates napari from 0.7.0 to 0.8.0

Release notes

Sourced from napari's releases.

v0.8.0

napari 0.8.0

Tue, Jul 14, 2026

We're happy to announce the release of napari 0.8.0! napari is a fast, interactive, multi-dimensional image viewer for Python. It's designed for browsing, annotating, and analyzing large multi-dimensional images. It's built on top of Qt (for the GUI), vispy (for performant GPU-based rendering), and the scientific Python stack (numpy, scipy).

For more information, examples, and documentation, please visit our website, https://napari.org.

napari follows EffVer (Intended Effort Versioning); this is a Macro release containing awesome new features, but may require dedication of some significant time when upgrading projects to use this version.

Highlights

Dropping Python 3.10 and PyQt5

napari 0.8.0 drops support for Python 3.10 (#9104) and deprecates PyQt5 support (#9079).

These changes are being made to help maintenance of napari. Python 3.10 will reach end-of-life support in October 2026, while PyQt5 has already reached end-of-life, and is becoming increasingly difficult to maintain as a dependency. PyQt6, in contrast, has been the daily driver for the napari core team for many months. As we recognise that PyQt5 has extensive usage in the community, we have decided to deprecate it in this release and drop support in Q4 2026. If your project still depends on Qt5, consider migrating to PySide6 or PyQt6. As always, feel free to get in touch on our Zulip if you encounter any issues!

Histogram for Image layer

It's been a heckuva long time coming, but napari Image layers finally gain a [built-in histogram (#8391)](napari/napari#8391)! Wonder no more about why your image looks black or totally washed out — you can now see the distribution of your pixels' brightness right there in the layer controls, or within the larger contrast limits widget (which, as a reminder, you can access by right clicking on the contrast limits slider).

You can access the brightness of the current slice (default), or the full layer, and it will sample progressively from remote chunks if you are looking at large remote data. Try it out!

<figure>
  <video width="100%" controls autoplay loop muted playsinline>
</tr></table> 

... (truncated)

Commits
  • 2d4c9fa Feat: add cellpose-inspired right-click to encircle mask creation interaction...
  • cde68ad Clean rest of elements marked as "to remove in 0.8.0" (#9191)
  • d95d429 Toggleable synced (default) and separated camera views across ndisplay (#9151)
  • dc0cca3 [shapes] Ensure that Shift while drawing locks the actual aspect ratio (#9187)
  • 318579e Enh: Selectable text in ConfirmCloseDialog (#9186)
  • 85ea7ae Add example driving computation from gui (#8658)
  • 55d3e7b Histogram for the Image layer controls and contrast limits popup (#8391)
  • 700a36f Fix: update cached unit scale when layer data dimensionality changes (#9164) ...
  • 934c6dd Fix: napari script runner with multiprocessing (#8936)
  • d154f13 Minimum support for zarr>=3 for builtins (#9134)
  • Additional commits viewable in compare view

Updates pillow from 12.2.0 to 12.3.0

Release notes

Sourced from pillow's releases.

12.3.0

https://pillow.readthedocs.io/en/stable/releasenotes/12.3.0.html

Removals

Documentation

Dependencies

Testing

... (truncated)

Commits
  • bb1d8e8 12.3.0 version bump
  • e63fc48 Add release notes for SBOM and performance improvements (#9747)
  • 13b701b Add release notes for #9679
  • 5564ca7 List methods
  • a0920fd Speed up ImageChops operations (#9738)
  • 07e9a6c Speed up Image.filter() (#9736)
  • a94578c Speed up Image.getchannel(), Image.merge(), Image.putalpha() and `Image...
  • 53e02c4 Speed up Image.fill(), Image.linear_gradient() and `Image.radial_gradient...
  • af03747 Speed up Image.resample() (#9739)
  • 5c9ca56 Speed up alpha_composite, matrix, negative, quantize (#9740)
  • Additional commits viewable in compare view

Updates scipy from 1.15.2 to 1.18.0

Release notes

Sourced from scipy's releases.

SciPy 1.18.0 Release Notes

SciPy 1.18.0 is the culmination of 6 months of hard work. It contains many new features, numerous bug-fixes, improved test coverage and better documentation. There have been a number of deprecations and API changes in this release, which are documented below. All users are encouraged to upgrade to this release, as there are a large number of bug-fixes and optimizations. Before upgrading, we recommend that users check that their own code does not use deprecated SciPy functionality (to do so, run your code with python -Wd and check for DeprecationWarning s). Our development attention will now shift to bug-fix releases on the 1.18.x branch, and on adding new features on the main branch.

This release requires Python 3.12-3.14 and NumPy 2.0.0 or greater.

Highlights of this release

  • SciPy now supports three different build modes for BLAS and LAPACK LP64/ILP64 support, and machinery is provided for downstream cython_lapack consumers to gracefully handle LP64/ILP64 backend builds. ILP64 support has been substantially improved across the SciPy library.
  • Remaining Fortran to C translations have been completed---an experimental Fortran-free build option is now available to developers for testing purposes. Developer feedback is welcome on Fortran-free builds.
  • scipy.signal.whittaker_henderson now provides access to Whittaker-Henderson smoothing of a discrete signal.
  • A large number of scipy.stats functions now support lazy arrays and JAX JIT. Array API support has been improved substantially in SciPy, with at least 21 functions gaining new support in this release. 16 scipy.stats functions have also gained support for MArray input.

New features

scipy.fft improvements

  • SciPy's internal FFT backend has switched from pocketfft to its successor package ducc0.fft, which features several incremental improvements. The most significant of those from SciPy's perspective is probably that storage requirements for internally cached plans have been significantly reduced for most long 1D transforms. Plans that require more storage than 1MB will no longer be cached; this mainly affects huge 1D transforms of prime and near-prime sizes.

scipy.interpolate improvements

... (truncated)

Commits
  • 54ef542 REL: 1.18.0 release commit
  • a45e463 Merge pull request #25395 from tylerjereddy/treddy_prep_1.18.0_final
  • ee2442e TYP, MAINT, TST: PR 25395 revisions
  • 3225154 DOC: PR 25395 revisions
  • 14c7bd7 TYP: Fix mypy errors with pytest==9.1.0 (#25410)
  • 71522e9 DOC: revise SciPy 1.18.0 release notes
  • 92f8482 MAINT: fix errors from pytest 9.1 (#25378)
  • 7b27bf4 TST, MAINT: modernize spatial tests for pytest 10 (#25376)
  • d05b640 Merge pull request #25347 from tylerjereddy/treddy_version_bump_1.18.0rc3
  • e60fe8b REL: set to 1.18.0rc3 unreleased
  • Additional commits viewable in compare view

Updates requests from 2.33.0 to 2.34.2

Release notes

Sourced from requests's releases.

v2.34.2

2.34.2 (2026-05-14)

  • Moved headers input type back to Mapping to avoid invariance issues with MutableMapping and inferred dict types. Users calling Request.headers.update() may need to narrow typing in their code. (#7441)

Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2342-2026-05-14

v2.34.1

2.34.1 (2026-05-13)

Bugfixes

  • Widened json input type from dict and list to Mapping and Sequence. (#7436)
  • Changed headers input type to MutableMapping and removed None from Request.headers typing to improve handling for users. (#7431)
  • Response.reason moved from str | None to str to improve handling for users. (#7437)
  • Fixed a bug where some bodies with custom __getattr__ implementations weren't being properly detected as Iterables. (#7433)

New Contributors

Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2341-2026-05-13

v2.34.0

2.34.0 (2026-05-11)

Announcements

  • Requests 2.34.0 introduces inline types, replacing those provided by typeshed. Public API types should be fully compatible with mypy, pyright, and ty. We believe types are comprehensive but if you find issues, please report them to the pinned tracking issue.

    Special thanks to @​bastimeyer, @​cthoyt, @​edgarrmondragon, and @​srittau for helping review and test the types ahead of the release. (#7272)

Improvements

  • Digest Auth hashing algorithms have added usedforsecurity=False to clarify security considerations. (#7310)
  • Requests added support for Python 3.15 based on beta1. Downstream projects should be able to start testing prior to its release in October. (#7422)
  • Requests added support for Python 3.14t. (#7419)

Bugfixes

  • Response.history no longer contains a reference to itself, preventing accidental looping when traversing the history list. (#7328)
  • Requests no longer performs greedy matching on no_proxy domains. The

... (truncated)

Changelog

Sourced from requests's changelog.

2.34.2 (2026-05-14)

  • Moved headers input type back to Mapping to avoid invariance issues with MutableMapping and inferred dict types. Users calling Request.headers.update() may need to narrow typing in their code. (#7441)

2.34.1 (2026-05-13)

Bugfixes

  • Widened json input type from dict and list to Mapping and Sequence. (#7436)
  • Changed headers input type to MutableMapping and removed None from Request.headers typing to improve handling for users. (#7431)
  • Response.reason moved from str | None to str to improve handling for users. (#7437)
  • Fixed a bug where some bodies with custom __getattr__ implementations weren't being properly detected as Iterables. (#7433)

2.34.0 (2026-05-11)

Announcements

  • Requests 2.34.0 introduces inline types, replacing those provided by typeshed. Public API types should be fully compatible with mypy, pyright, and ty. We believe types are comprehensive but if you find issues, please report them to the pinned tracking issue.

    Special thanks to @​bastimeyer, @​cthoyt, @​edgarrmondragon, and @​srittau for helping review and test the types ahead of the release. (#7272)

Improvements

  • Digest Auth hashing algorithms have added usedforsecurity=False to clarify security considerations. (#7310)
  • Requests added support for Python 3.15 based on beta1. Downstream projects should be able to start testing prior to its release in October. (#7422)
  • Requests added support for Python 3.14t. (#7419)

Bugfixes

  • Response.history no longer contains a reference to itself, preventing accidental looping when traversing the history list. (#7328)
  • Requests no longer performs greedy matching on no_proxy domains. The proxy_bypass implementation has been updated with CPython's fix from bpo-39057. (#7427)
  • Requests no longer incorrectly strips duplicate leading slashes in URI paths. This should address user issues with specific presigned URLs. Note the full fix requires urllib3 2.7.0+. (#7315)

... (truncated)

Commits

Updates idna from 3.15 to 3.18

Changelog

Sourced from idna's changelog.

3.18 (2026-06-02)

  • When decoding a domain, add a display argument that will pass through invalid labels rather than raising an exception.

3.17 (2026-05-28)

  • Substantial 75% reduction in memory usage through new data structures and some optimization in processing speed.
  • Added a general 1024-character input length cap to the public validation, conversion, and codec entry points. This is well above any legitimate domain or label and guards against pathological inputs.

3.16 (2026-05-22)

  • Add a command-line interface (python -m idna, also available as the idna script). Encodes or decodes one or more domains supplied as arguments or on standard input, with options to select A-label or U-label output and control error handling.
  • Raise the minimum supported Python version to 3.9
  • Various code quality improvements
Commits
  • f39ea90 Release 3.18
  • 40f4e40 Pre-release 3.18rc0
  • 1a5bf80 Merge pull request #253 from kjd/lenient-decode
  • 5bbb26f Merge branch 'master' into lenient-decode
  • c532bae Rename decode() lenient= option to display= (issue #248)
  • 0b1758b Merge pull request #252 from kjd/release-3.17
  • f48619c Release 3.17
  • 7421ba8 Pre-release 3.17rc0
  • 22ebb73 Merge pull request #251 from kjd/structure-optimizations
  • 2a7ac0a Drop redundant parallel-arrays comment from uts46data
  • Additional commits viewable in compare view

Updates imageio from 2.37.3 to 2.37.4

Release notes

Sourced from imageio's releases.

v2.37.4 (2026-07-20)

This release is published under the BSD-2-Clause License.

Bug

  • Set filename parameter of FileNotFoundError exception (#922, 28c2401)

Doc

Maint

Test

  • Update CI to support new dependency versions (#1196, dfdc909)

Detailed Changes: v2.37.3...v2.37.4

Changelog

Sourced from imageio's changelog.

v2.37.4 (2026-07-20)

Bug

  • Set filename parameter of FileNotFoundError exception (#922, 28c2401)

Doc

Maint

Test

  • Update CI to support new dependency versions (#1196,

... (truncated)

Commits

Updates pint from 0.24.4 to 0.25.3

Changelog

Sourced from pint's changelog.

0.25.3 (2026-03-19)

  • GenericPlainRegistry.parse_expression now correctly returns a dimensionless Quantity when taking a float, int, or NaN (#2259)
  • Replace MIP with scipy in Quantity.to_preferred (#2264)
  • New unit formatting modifier added (^) to format unit with negative exponents (#2256)
  • Add atomic unit of electric field gradient (atomic_unit_of_electric_field_gradient, a_u_efg) (#2269)
  • Defer expensive loading of dask.array (#2265)
  • Add support for numpy's vdot, inner, outer, linalg.outer, matvec, vecmat, tensordot, and linalg.tensordot (#2279)

0.25.2 (2025-11-06)

  • Revert typing change in pint.Unit

0.25.1 (2025-11-01)

  • Fix raising exception in Quantity.from_tuple with invalid units (#2199)
  • Several unit definition fixes.
  • Add devcontainer.json to add GitHub Codespace support (#2208)
  • Add support for numpy.geomspace (#2206)
  • Add support for linalg.diagonal, linalg.matrix_transpose, diag, tril, triu, linalg.eigvals, linalg.eigvalsh, linalg.matrix_norm and linalg.vector_norm (#2210)
  • An example of performing currency conversions that change over time has been added to the docs. (#2240)
  • Add support for pint.Quantity being used as Generic. (#2231)
  • Add a typing and IDE autocomplete page to the documentation. (#2243)
  • Fixed nan/nan to return nan rather than 1 in unit conversion (#2228)

0.25.0 (2025-08-25)

  • Bump minimum Python version to 3.11.
  • Upgrade code to Python 3.11.
  • Move to pixi/uv/ruff.
  • Refactor compat to make it easier to test.
  • Implemented several pixi environment and tasks to simplify development.
  • Add docs to the functions in pint.testing (PR #2070)
  • Fix round function returning float instead of int (#2081)
  • Fix return type of PlainQuantity.to (#2088)
  • Update constants to CODATA 2022 recommended values. (#2049)
  • Fixed issue with .to_compact and Magnitudes with uncertainties / Quantities with units (PR #2069, issue #2044)
  • Fixed issue in unit conversion which led to loss of precision when using decimal. (#2107)
  • Add conductivity dimension. (#2112)
  • Add absorbance unit and dimension. (#2114)
  • Add membrane filtration flux and permeability dimensionality, and shorthand "LMH". (#2116)
  • Fix find_shortest_path to use breadth first search (#2146)
  • Fix typo in pyproject.toml: rename AS_MIP to HAS_MIP so that MIP support is correctly detected. (#2152)

... (truncated)

Commits

Updates pyqt5-sip from 12.17.0 to 12.18.0

Changelog

Sourced from pyqt5-sip's changelog.

Release Notes

v6.15.3

Bug fixes

  • Fixed the handling of virtuals that return enums with a non-int base type. Resolves #105
  • A regression in v6.15.2 that caused a crash if MinimumABIVersion was not specified was fixed. Resolves #106

Deprecations

The use of the %MinimumABIVersion directive will be required in SIP v7. Failing to use it now results in a deprecation warning.

Testing

  • The tests now amend CXXFLAGS instead of overwriting them. This fixes blhc (build log hardening check) in Debian. Pull request #104.

v6.15.2

Enhancements

  • The way in which the parser checks for duplicate attributes in a scope is now quick and complete.

Bug fixes

  • Operators that take an enum as their first argument is now fixed in ABI v13. The latest ABI v13 version is v13.11.1.
  • The handling of the wrapped instance result of a call to a method with the /Factory/ annotation has been fixed in the case where result was created by a Python reimplementation of a C++ virtual.
  • Fixed a warning about an unclosed file when generating code.
  • Removed support for all remaining Python v2 exceptions.

Testing

  • The tests are now included in the sdist. Resolves #103
  • The mixins test was fixed so that it will run on Python v3.12 and earlier. Resolves #101
  • Added tests including those related to enums and importing wrapped modules.
  • Tests may now use separate .h files rather then code embedded in the .sip files.

... (truncated)

Commits

Updates archspec from 0.2.5 to 0.2.6

Release notes

...

Description has been truncated

Bumps the runtime group with 55 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [matplotlib](https://github.com/matplotlib/matplotlib) | `3.10.8` | `3.11.1` |
| [napari](https://github.com/napari/napari) | `0.7.0` | `0.8.0` |
| [pillow](https://github.com/python-pillow/Pillow) | `12.2.0` | `12.3.0` |
| [scipy](https://github.com/scipy/scipy) | `1.15.2` | `1.18.0` |
| [requests](https://github.com/psf/requests) | `2.33.0` | `2.34.2` |
| [idna](https://github.com/kjd/idna) | `3.15` | `3.18` |
| [imageio](https://github.com/imageio/imageio) | `2.37.3` | `2.37.4` |
| [pint](https://github.com/hgrecco/pint) | `0.24.4` | `0.25.3` |
| [pyqt5-sip](https://github.com/Python-SIP/sip) | `12.17.0` | `12.18.0` |
| [archspec](https://github.com/archspec/archspec) | `0.2.5` | `0.2.6` |
| [asttokens](https://github.com/gristlabs/asttokens) | `3.0.1` | `3.0.2` |
| [build](https://github.com/pypa/build) | `1.4.4` | `1.5.0` |
| [certifi](https://github.com/certifi/python-certifi) | `2026.2.25` | `2026.6.17` |
| [cffi](https://github.com/python-cffi/cffi) | `2.0.0` | `2.1.0` |
| [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.6` | `3.4.9` |
| [click](https://github.com/pallets/click) | `8.3.3` | `8.4.2` |
| [conda-package-handling](https://github.com/conda/conda-package-handling) | `2.4.0` | `2.5.0` |
| [conda-package-streaming](https://github.com/conda/conda-package-streaming) | `0.12.0` | `0.13.0` |
| [contourpy](https://github.com/contourpy/contourpy) | `1.3.2` | `1.3.3` |
| [dask](https://github.com/dask/dask) | `2026.3.0` | `2026.7.1` |
| [debugpy](https://github.com/microsoft/debugpy) | `1.8.20` | `1.8.21` |
| [decorator](https://github.com/micheles/decorator) | `5.2.1` | `5.3.1` |
| [fonttools](https://github.com/fonttools/fonttools) | `4.62.1` | `4.63.0` |
| [fsspec](https://github.com/fsspec/filesystem_spec) | `2026.3.0` | `2026.6.0` |
| [hpack](https://github.com/python-hyper/hpack) | `4.1.0` | `4.2.0` |
| [ids-peak-afl](https://www.ids-imaging.com) | `2.0.1.0.4` | `2.0.2.0.7` |
| [ids-peak-ipl](https://www.ids-imaging.com) | `1.17.1.0.6` | `1.17.2.0.8` |
| [ids-peak](https://www.ids-imaging.com) | `1.14.0.0.7` | `1.16.0.0.9` |
| [jedi](https://github.com/davidhalter/jedi) | `0.19.2` | `0.20.0` |
| [jsonpointer](https://github.com/stefankoegl/python-json-pointer) | `3.0.0` | `3.1.1` |
| [jupyter-client](https://github.com/jupyter/jupyter_client) | `8.8.0` | `8.9.1` |
| [markdown-it-py](https://github.com/executablebooks/markdown-it-py) | `4.0.0` | `4.2.0` |
| [matplotlib-inline](https://github.com/ipython/matplotlib-inline) | `0.2.1` | `0.2.2` |
| [msgpack](https://github.com/msgpack/msgpack-python) | `1.1.2` | `1.2.1` |
| [networkx](https://github.com/networkx/networkx) | `3.4.2` | `3.6.1` |
| [npe2](https://github.com/napari/npe2) | `0.8.2` | `0.8.3` |
| [packaging](https://github.com/pypa/packaging) | `26.0` | `26.2` |
| [parso](https://github.com/davidhalter/parso) | `0.8.6` | `0.8.7` |
| [platformdirs](https://github.com/tox-dev/platformdirs) | `4.9.4` | `4.10.1` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.14.0` | `2.14.2` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.13.3` | `2.13.4` |
| [pydantic-core](https://github.com/pydantic/pydantic) | `2.46.3` | `2.47.0` |
| [pytz](https://github.com/stub42/pytz) | `2026.1.post1` | `2026.2` |
| ruamel-yaml | `0.18.17` | `0.19.1` |
| [scikit-image](https://github.com/scikit-image/scikit-image) | `0.25.2` | `0.26.0` |
| [superqt](https://github.com/pyapp-kit/superqt) | `0.8.1` | `0.8.2` |
| [tornado](https://github.com/tornadoweb/tornado) | `6.5.5` | `6.5.7` |
| [tqdm](https://github.com/tqdm/tqdm) | `4.67.3` | `4.69.0` |
| [traitlets](https://github.com/ipython/traitlets) | `5.14.3` | `5.15.1` |
| [typer](https://github.com/fastapi/typer) | `0.24.2` | `0.27.0` |
| [typing-extensions](https://github.com/python/typing_extensions) | `4.15.0` | `4.16.0` |
| [tzdata](https://github.com/python/tzdata) | `2026.1` | `2026.3` |
| [vispy](https://github.com/vispy/vispy) | `0.16.1` | `0.16.2` |
| [wcwidth](https://github.com/jquast/wcwidth) | `0.6.0` | `0.8.2` |
| [wrapt](https://github.com/GrahamDumpleton/wrapt) | `2.1.2` | `2.2.2` |



Updates `matplotlib` from 3.10.8 to 3.11.1
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.10.8...v3.11.1)

Updates `napari` from 0.7.0 to 0.8.0
- [Release notes](https://github.com/napari/napari/releases)
- [Commits](napari/napari@v0.7.0...v0.8.0)

Updates `pillow` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.2.0...12.3.0)

Updates `scipy` from 1.15.2 to 1.18.0
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.15.2...v1.18.0)

Updates `requests` from 2.33.0 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.33.0...v2.34.2)

Updates `idna` from 3.15 to 3.18
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md)
- [Commits](kjd/idna@v3.15...v3.18)

Updates `imageio` from 2.37.3 to 2.37.4
- [Release notes](https://github.com/imageio/imageio/releases)
- [Changelog](https://github.com/imageio/imageio/blob/master/CHANGELOG.md)
- [Commits](imageio/imageio@v2.37.3...v2.37.4)

Updates `pint` from 0.24.4 to 0.25.3
- [Changelog](https://github.com/hgrecco/pint/blob/master/CHANGES)
- [Commits](hgrecco/pint@0.24.4...0.25.3)

Updates `pyqt5-sip` from 12.17.0 to 12.18.0
- [Changelog](https://github.com/Python-SIP/sip/blob/main/docs/releases.md)
- [Commits](https://github.com/Python-SIP/sip/commits)

Updates `archspec` from 0.2.5 to 0.2.6
- [Release notes](https://github.com/archspec/archspec/releases)
- [Commits](archspec/archspec@v0.2.5...v0.2.6)

Updates `asttokens` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/gristlabs/asttokens/releases)
- [Commits](gristlabs/asttokens@v3.0.1...v3.0.2)

Updates `build` from 1.4.4 to 1.5.0
- [Release notes](https://github.com/pypa/build/releases)
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
- [Commits](pypa/build@1.4.4...1.5.0)

Updates `certifi` from 2026.2.25 to 2026.6.17
- [Commits](certifi/python-certifi@2026.02.25...2026.06.17)

Updates `cffi` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/python-cffi/cffi/releases)
- [Commits](python-cffi/cffi@v2.0.0...v2.1.0)

Updates `charset-normalizer` from 3.4.6 to 3.4.9
- [Release notes](https://github.com/jawah/charset_normalizer/releases)
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md)
- [Commits](jawah/charset_normalizer@3.4.6...3.4.9)

Updates `click` from 8.3.3 to 8.4.2
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md)
- [Commits](pallets/click@8.3.3...8.4.2)

Updates `conda-package-handling` from 2.4.0 to 2.5.0
- [Release notes](https://github.com/conda/conda-package-handling/releases)
- [Changelog](https://github.com/conda/conda-package-handling/blob/main/CHANGELOG.md)
- [Commits](conda/conda-package-handling@2.4.0...2.5.0)

Updates `conda-package-streaming` from 0.12.0 to 0.13.0
- [Release notes](https://github.com/conda/conda-package-streaming/releases)
- [Changelog](https://github.com/conda/conda-package-streaming/blob/main/CHANGELOG.md)
- [Commits](conda/conda-package-streaming@v0.12.0...v0.13.0)

Updates `contourpy` from 1.3.2 to 1.3.3
- [Release notes](https://github.com/contourpy/contourpy/releases)
- [Changelog](https://github.com/contourpy/contourpy/blob/main/docs/changelog.md)
- [Commits](contourpy/contourpy@v1.3.2...v1.3.3)

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

Updates `debugpy` from 1.8.20 to 1.8.21
- [Release notes](https://github.com/microsoft/debugpy/releases)
- [Commits](microsoft/debugpy@v1.8.20...v1.8.21)

Updates `decorator` from 5.2.1 to 5.3.1
- [Release notes](https://github.com/micheles/decorator/releases)
- [Changelog](https://github.com/micheles/decorator/blob/master/CHANGES.md)
- [Commits](micheles/decorator@5.2.1...5.3.1)

Updates `fonttools` from 4.62.1 to 4.63.0
- [Release notes](https://github.com/fonttools/fonttools/releases)
- [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst)
- [Commits](fonttools/fonttools@4.62.1...4.63.0)

Updates `fsspec` from 2026.3.0 to 2026.6.0
- [Commits](fsspec/filesystem_spec@2026.3.0...2026.6.0)

Updates `hpack` from 4.1.0 to 4.2.0
- [Changelog](https://github.com/python-hyper/hpack/blob/master/CHANGELOG.rst)
- [Commits](python-hyper/hpack@v4.1.0...v4.2.0)

Updates `ids-peak-afl` from 2.0.1.0.4 to 2.0.2.0.7

Updates `ids-peak-ipl` from 1.17.1.0.6 to 1.17.2.0.8

Updates `ids-peak` from 1.14.0.0.7 to 1.16.0.0.9

Updates `jedi` from 0.19.2 to 0.20.0
- [Changelog](https://github.com/davidhalter/jedi/blob/master/CHANGELOG.rst)
- [Commits](davidhalter/jedi@v0.19.2...v0.20.0)

Updates `jsonpointer` from 3.0.0 to 3.1.1
- [Commits](stefankoegl/python-json-pointer@v3.0.0...v3.1.1)

Updates `jupyter-client` from 8.8.0 to 8.9.1
- [Release notes](https://github.com/jupyter/jupyter_client/releases)
- [Changelog](https://github.com/jupyter/jupyter_client/blob/main/CHANGELOG.md)
- [Commits](jupyter/jupyter_client@v8.8.0...v8.9.1)

Updates `markdown-it-py` from 4.0.0 to 4.2.0
- [Release notes](https://github.com/executablebooks/markdown-it-py/releases)
- [Changelog](https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md)
- [Commits](executablebooks/markdown-it-py@v4.0.0...v4.2.0)

Updates `matplotlib-inline` from 0.2.1 to 0.2.2
- [Commits](ipython/matplotlib-inline@0.2.1...0.2.2)

Updates `msgpack` from 1.1.2 to 1.2.1
- [Release notes](https://github.com/msgpack/msgpack-python/releases)
- [Changelog](https://github.com/msgpack/msgpack-python/blob/main/CHANGELOG.md)
- [Commits](msgpack/msgpack-python@v1.1.2...v1.2.1)

Updates `networkx` from 3.4.2 to 3.6.1
- [Release notes](https://github.com/networkx/networkx/releases)
- [Commits](networkx/networkx@networkx-3.4.2...networkx-3.6.1)

Updates `npe2` from 0.8.2 to 0.8.3
- [Release notes](https://github.com/napari/npe2/releases)
- [Changelog](https://github.com/napari/npe2/blob/main/CHANGELOG.md)
- [Commits](napari/npe2@v0.8.2...v0.8.3)

Updates `packaging` from 26.0 to 26.2
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@26.0...26.2)

Updates `parso` from 0.8.6 to 0.8.7
- [Changelog](https://github.com/davidhalter/parso/blob/master/CHANGELOG.rst)
- [Commits](davidhalter/parso@v0.8.6...v0.8.7)

Updates `platformdirs` from 4.9.4 to 4.10.1
- [Release notes](https://github.com/tox-dev/platformdirs/releases)
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst)
- [Commits](tox-dev/platformdirs@4.9.4...4.10.1)

Updates `pydantic-settings` from 2.14.0 to 2.14.2
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.14.0...v2.14.2)

Updates `pydantic` from 2.13.3 to 2.13.4
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.13.3...v2.13.4)

Updates `pydantic-core` from 2.46.3 to 2.47.0
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/commits)

Updates `pytz` from 2026.1.post1 to 2026.2
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](stub42/pytz@release_2026.1.post1...release_2026.2)

Updates `ruamel-yaml` from 0.18.17 to 0.19.1

Updates `scikit-image` from 0.25.2 to 0.26.0
- [Release notes](https://github.com/scikit-image/scikit-image/releases)
- [Changelog](https://github.com/scikit-image/scikit-image/blob/main/RELEASE.txt)
- [Commits](scikit-image/scikit-image@v0.25.2...v0.26.0)

Updates `superqt` from 0.8.1 to 0.8.2
- [Release notes](https://github.com/pyapp-kit/superqt/releases)
- [Changelog](https://github.com/pyapp-kit/superqt/blob/main/CHANGELOG.md)
- [Commits](pyapp-kit/superqt@v0.8.1...v0.8.2)

Updates `tornado` from 6.5.5 to 6.5.7
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](tornadoweb/tornado@v6.5.5...v6.5.7)

Updates `tqdm` from 4.67.3 to 4.69.0
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.67.3...v4.69.0)

Updates `traitlets` from 5.14.3 to 5.15.1
- [Release notes](https://github.com/ipython/traitlets/releases)
- [Changelog](https://github.com/ipython/traitlets/blob/main/CHANGELOG.md)
- [Commits](ipython/traitlets@v5.14.3...v5.15.1)

Updates `typer` from 0.24.2 to 0.27.0
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.24.2...0.27.0)

Updates `typing-extensions` from 4.15.0 to 4.16.0
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](python/typing_extensions@4.15.0...4.16.0)

Updates `tzdata` from 2026.1 to 2026.3
- [Release notes](https://github.com/python/tzdata/releases)
- [Changelog](https://github.com/python/tzdata/blob/master/NEWS.md)
- [Commits](python/tzdata@2026.1...2026.3)

Updates `vispy` from 0.16.1 to 0.16.2
- [Release notes](https://github.com/vispy/vispy/releases)
- [Changelog](https://github.com/vispy/vispy/blob/main/CHANGELOG.md)
- [Commits](vispy/vispy@v0.16.1...v0.16.2)

Updates `wcwidth` from 0.6.0 to 0.8.2
- [Release notes](https://github.com/jquast/wcwidth/releases)
- [Commits](jquast/wcwidth@0.6.0...0.8.2)

Updates `wrapt` from 2.1.2 to 2.2.2
- [Release notes](https://github.com/GrahamDumpleton/wrapt/releases)
- [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst)
- [Commits](GrahamDumpleton/wrapt@2.1.2...2.2.2)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-version: 3.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: napari
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: scipy
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: requests
  dependency-version: 2.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: idna
  dependency-version: '3.18'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: imageio
  dependency-version: 2.37.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime
- dependency-name: pint
  dependency-version: 0.25.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: pyqt5-sip
  dependency-version: 12.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: archspec
  dependency-version: 0.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime
- dependency-name: asttokens
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime
- dependency-name: build
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: certifi
  dependency-version: 2026.6.17
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: cffi
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: charset-normalizer
  dependency-version: 3.4.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime
- dependency-name: click
  dependency-version: 8.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: conda-package-handling
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: conda-package-streaming
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: contourpy
  dependency-version: 1.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime
- dependency-name: dask
  dependency-version: 2026.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: debugpy
  dependency-version: 1.8.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime
- dependency-name: decorator
  dependency-version: 5.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: fonttools
  dependency-version: 4.63.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: fsspec
  dependency-version: 2026.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: hpack
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: ids-peak-afl
  dependency-version: 2.0.2.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime
- dependency-name: ids-peak-ipl
  dependency-version: 1.17.2.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime
- dependency-name: ids-peak
  dependency-version: 1.16.0.0.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: jedi
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: jsonpointer
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: jupyter-client
  dependency-version: 8.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: markdown-it-py
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: matplotlib-inline
  dependency-version: 0.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime
- dependency-name: msgpack
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: networkx
  dependency-version: 3.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: npe2
  dependency-version: 0.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime
- dependency-name: packaging
  dependency-version: '26.2'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: parso
  dependency-version: 0.8.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime
- dependency-name: platformdirs
  dependency-version: 4.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: pydantic-settings
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime
- dependency-name: pydantic
  dependency-version: 2.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime
- dependency-name: pydantic-core
  dependency-version: 2.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: pytz
  dependency-version: '2026.2'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: ruamel-yaml
  dependency-version: 0.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: scikit-image
  dependency-version: 0.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: superqt
  dependency-version: 0.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime
- dependency-name: tornado
  dependency-version: 6.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime
- dependency-name: tqdm
  dependency-version: 4.69.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: traitlets
  dependency-version: 5.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: typer
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: typing-extensions
  dependency-version: 4.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: tzdata
  dependency-version: '2026.3'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: vispy
  dependency-version: 0.16.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime
- dependency-name: wcwidth
  dependency-version: 0.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: wrapt
  dependency-version: 2.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, pip. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot requested a review from wimaan3 as a code owner July 20, 2026 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants