Skip to content

Commit

Permalink
Bump dask[distributed] from 2024.12.1 to 2025.1.0 (#2624)
Browse files Browse the repository at this point in the history
Bumps [dask[distributed]](https://github.com/dask/dask) from 2024.12.1
to 2025.1.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dask/dask/commit/0a75125ba89ae1ad71dff7805e1c3ebba6de819a"><code>0a75125</code></a>
Version 2025.1.0</li>
<li><a
href="https://github.com/dask/dask/commit/6122c5415c5ced02d3ca697f9f7fe85d00a781c8"><code>6122c54</code></a>
Updated docs on local file system (<a
href="https://redirect.github.com/dask/dask/issues/11677">#11677</a>)</li>
<li><a
href="https://github.com/dask/dask/commit/3504bcc89f7a937b2d48306a17b8eeff57b1e5ae"><code>3504bcc</code></a>
Expose TaskSpec objects for downstream projects (<a
href="https://redirect.github.com/dask/dask/issues/11675">#11675</a>)</li>
<li><a
href="https://github.com/dask/dask/commit/a9fa1683eea27be7c7d7eabc8351f7736ead9e95"><code>a9fa168</code></a>
Rename optimize_slices function (<a
href="https://redirect.github.com/dask/dask/issues/11673">#11673</a>)</li>
<li><a
href="https://github.com/dask/dask/commit/3204948d9c34d950713be4a189a33d55080000e9"><code>3204948</code></a>
Fixup changelog entry (<a
href="https://redirect.github.com/dask/dask/issues/11674">#11674</a>)</li>
<li><a
href="https://github.com/dask/dask/commit/116702d11498d6434a9a45d4ae0dd1f0df8a931d"><code>116702d</code></a>
Add changelog for dataframe removal (<a
href="https://redirect.github.com/dask/dask/issues/11654">#11654</a>)</li>
<li><a
href="https://github.com/dask/dask/commit/3d45948afb83057b948a879a244c2e30c96be7fa"><code>3d45948</code></a>
Pass read_only properly to zarr stores (<a
href="https://redirect.github.com/dask/dask/issues/11668">#11668</a>)</li>
<li><a
href="https://github.com/dask/dask/commit/ff247b76e2d5522d081f349c087837a8a7a305e0"><code>ff247b7</code></a>
Revert &quot;Revert &quot;Add <code>scikit-image</code> nightly back to
upstream CI&quot;&quot; (<a
href="https://redirect.github.com/dask/dask/issues/11667">#11667</a>)</li>
<li><a
href="https://github.com/dask/dask/commit/73f0d2b31d28a12e99bfd8b2521f7c5a87c10464"><code>73f0d2b</code></a>
Avoid Dict in fused tasks (<a
href="https://redirect.github.com/dask/dask/issues/11657">#11657</a>)</li>
<li><a
href="https://github.com/dask/dask/commit/70305c24699cfdaa8744090801ae1038e5764459"><code>70305c2</code></a>
Fix filtering on parquet file containing a struct column (<a
href="https://redirect.github.com/dask/dask/issues/11665">#11665</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/dask/dask/compare/2024.12.1...2025.1.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dask[distributed]&package-manager=pip&previous-version=2024.12.1&new-version=2025.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 0dd89b9 commit 73f32d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/requirements-dask.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dask[distributed]==2024.12.1
dask[distributed]==2025.1.0
dask-jobqueue==0.9.0

0 comments on commit 73f32d9

Please sign in to comment.