Skip to content

Chore(deps): Update dask requirement from <2025,>=2024.4.1 to >=2026.6.0,<2027#314

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/dask-gte-2026.6.0-and-lt-2027
Open

Chore(deps): Update dask requirement from <2025,>=2024.4.1 to >=2026.6.0,<2027#314
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/dask-gte-2026.6.0-and-lt-2027

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on dask to permit the latest version.

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 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)

Updates the requirements on [dask](https://github.com/dask/dask) to permit the latest version.
- [Release notes](https://github.com/dask/dask/releases)
- [Changelog](https://github.com/dask/dask/blob/main/docs/release-procedure.md)
- [Commits](dask/dask@2024.4.1...2026.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Concerns of dependencies. python Pull requests that update Python code labels Jun 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Concerns of dependencies. python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants