Skip to content

CI: (deps): Bump dask from 2026.3.0 to 2026.6.0 in /ci#4075

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-pip-ci-dask-2026.6.0
Open

CI: (deps): Bump dask from 2026.3.0 to 2026.6.0 in /ci#4075
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-pip-ci-dask-2026.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 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

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
  • @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 Area: Infrastructure Pertains to project infrastructure (e.g. CI, linting) Type: Maintenance Updates and clean ups (but not wrong) labels Jun 15, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 15, 2026 14:13
@dependabot dependabot Bot added the Area: Infrastructure Pertains to project infrastructure (e.g. CI, linting) label Jun 15, 2026
@dependabot dependabot Bot removed the request for review from a team June 15, 2026 14:13
@dependabot dependabot Bot added the Type: Maintenance Updates and clean ups (but not wrong) label Jun 15, 2026
@dependabot dependabot Bot requested a review from dcamron June 15, 2026 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: Infrastructure Pertains to project infrastructure (e.g. CI, linting) Type: Maintenance Updates and clean ups (but not wrong)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants