Skip to content

Commit 92b7fbf

Browse files
Bump the python group across 1 directory with 5 updates
Bumps the python group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [dask](https://github.com/dask/dask) | `2025.11.0` | `2025.12.0` | | [joblib](https://github.com/joblib/joblib) | `1.5.2` | `1.5.3` | | [numpy](https://github.com/numpy/numpy) | `2.3.5` | `2.4.0` | | [pydantic-zarr](https://github.com/zarr-developers/pydantic-zarr) | `0.8.4` | `0.9.1` | | [scikit-image](https://github.com/scikit-image/scikit-image) | `0.25.2` | `0.26.0` | Updates `dask` from 2025.11.0 to 2025.12.0 - [Release notes](https://github.com/dask/dask/releases) - [Changelog](https://github.com/dask/dask/blob/main/docs/release-procedure.md) - [Commits](dask/dask@2025.11.0...2025.12.0) Updates `joblib` from 1.5.2 to 1.5.3 - [Release notes](https://github.com/joblib/joblib/releases) - [Changelog](https://github.com/joblib/joblib/blob/main/CHANGES.rst) - [Commits](joblib/joblib@1.5.2...1.5.3) Updates `numpy` from 2.3.5 to 2.4.0 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.3.5...v2.4.0) Updates `pydantic-zarr` from 0.8.4 to 0.9.1 - [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.8.4...v0.9.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) --- updated-dependencies: - dependency-name: dask dependency-version: 2025.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: joblib dependency-version: 1.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: numpy dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: pydantic-zarr dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: scikit-image dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 62f87a6 commit 92b7fbf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ classifiers = [
2020
"Typing :: Typed",
2121
]
2222
dependencies = [
23-
"dask==2025.11.0",
24-
"joblib==1.5.2",
23+
"dask==2025.12.0",
24+
"joblib==1.5.3",
2525
"loguru==0.7.3",
26-
"numpy==2.3.5",
26+
"numpy==2.4.0",
2727
"ome-zarr-models==1.3",
28-
"pydantic-zarr==0.8.4",
29-
"scikit-image==0.25.2",
28+
"pydantic-zarr==0.9.1",
29+
"scikit-image==0.26.0",
3030
"zarr==3.1.1",
3131
"numcodecs==0.15.1",
3232
"tensorstore==0.1.80"

0 commit comments

Comments
 (0)