Skip to content

Bump dask from 2026.3.0 to 2026.6.0#8218

Merged
jenshnielsen merged 1 commit into
mainfrom
dependabot/pip/dask-2026.6.0
Jun 12, 2026
Merged

Bump dask from 2026.3.0 to 2026.6.0#8218
jenshnielsen merged 1 commit into
mainfrom
dependabot/pip/dask-2026.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor

Bumps dask from 2026.3.0 to 2026.6.0.

Release notes

Sourced from dask's releases.

2026.6.0

Changes

... (truncated)

Changelog

Sourced from dask's changelog.

There are a variety of other projects related to dask that are often co-released. We may want to check their status while releasing

Releasing dask and distributed:

  • Check the release issue on https://github.com/dask/community to see if there are any remaining blockers. If not, comment on the issue signalling that you are starting the release

  • Update release notes in docs/source/changelog.rst Start by using this script to autogenerate some of the changelog entries:

    git log $(git describe --tags --abbrev=0)..HEAD --pretty=format:"- %s \`%an\`_"  > change.md && sed -i -e 's/(#/(:pr:`/g' change.md && sed -i -e 's/) `/`) `/g' change.md
    

    Replace single backticks with double backticks.

    Sort the entries into subsections and render docs (make html) to make sure that the changelog renders properly. In particular watch warnings for new contributors who don't yet have a github link at the end of the file.

    Add any new contributors' github links to the end of the file (gh pr view --json author <PR> is helpful for getting their usernames).

  • Update dependency bounds in all pyproject.toml files

    • In dask/pyproject.toml, set the optional Distributed extra. For example, for a 2026.6.0 release:

      [project.optional-dependencies]
      distributed = ["distributed >=2026.6.0,<2026.6.1"]
      
    • In distributed/pyproject.toml, set the required Dask dependency. For example, for a 2026.6.0 release:

      dependencies = [
          "dask >=2026.6.0,<2026.6.1",
          ...
      ]
      
    • pins should be >= the current version but < the next version to allow for development installs to resolve correctly

    Dask can be released while its optional distributed extra points at the not-yet-published matching Distributed release. Distributed cannot be published before the matching Dask release is available, because Dask is a required dependency.

  • Commit

    git commit -a -m "Version YYYY.M.X"
    

... (truncated)

Commits
  • f973ad8 Version 2026.6.0
  • aea7965 Add PyPI release workflow (#12452)
  • c437b7a Pandas 3.1: The inplace keyword in DataFrame.drop is deprecated (#12447)
  • 99af142 test_concat_categorical is still flaky on Pandas 2.0 (#12454)
  • 2be4507 Add tests for the array assert_eq helper (#12441)
  • d0666ee Revert "security: enable Jinja2 autoescape to prevent XSS in HTML rep… (#12451)
  • e2cdbb0 Bump codecov/codecov-action from 6 to 7 (#12450)
  • f8e1de3 fix:Dataframe.merge loses data when there are 128 or 129 partitions (#12430)
  • 9124454 security: enable Jinja2 autoescape to prevent XSS in HTML reprs (#12423)
  • a0856a0 Test vs. NumPy 1.26 and PyArrow 18 (#12445)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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
  • @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)

Bumps [dask](https://github.com/dask/dask) from 2026.3.0 to 2026.6.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.3.0...2026.6.0)

---
updated-dependencies:
- dependency-name: dask
  dependency-version: 2026.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jun 12, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 12, 2026 04:43
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 12, 2026
@codecov

codecov Bot commented Jun 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.02%. Comparing base (f4bc16f) to head (cc9276b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8218   +/-   ##
=======================================
  Coverage   71.02%   71.02%           
=======================================
  Files         301      301           
  Lines       31891    31891           
=======================================
  Hits        22650    22650           
  Misses       9241     9241           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jenshnielsen jenshnielsen added this pull request to the merge queue Jun 12, 2026
Merged via the queue into main with commit 9a250d5 Jun 12, 2026
17 checks passed
@dependabot dependabot Bot deleted the dependabot/pip/dask-2026.6.0 branch June 12, 2026 09:05
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