Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2026

Bumps distributed from 2023.6.1 to 2026.1.1.

Release notes

Sourced from distributed's releases.

2026.1.1

Changes

  • No changes

See the Changelog for more information.

2026.1.0

Changes

See the Changelog for more information.

2025.12.0

Changes

See the Changelog for more information.

2025.11.0

Changes

... (truncated)

Commits

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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 16, 2026
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

distlib==0.3.7
# via virtualenv
distributed==2023.6.1 ; python_version < "3.12"
distributed==2026.1.1 ; python_version < "3.12"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dask and distributed version mismatch after bump

High Severity

The distributed package is being bumped to 2026.1.1 while dask remains at 2023.6.1 (in requirements_compiled.txt) or 2024.8.1 (in requirements_compiled_py3.13.txt). These packages are part of the Dask ecosystem and are designed to work together with matching versions. The source file python/requirements/ml/data-requirements.txt explicitly pairs them at the same version. This ~3 year version gap will likely cause compatibility errors at runtime.

Additional Locations (1)

Fix in Cursor Fix in Web

@ray-gardener ray-gardener bot added core Issues that should be addressed in Ray Core data Ray Data-related issues labels Jan 16, 2026
Bumps [distributed](https://github.com/dask/distributed) from 2023.6.1 to 2026.1.1.
- [Release notes](https://github.com/dask/distributed/releases)
- [Changelog](https://github.com/dask/distributed/blob/main/docs/release-procedure.md)
- [Commits](dask/distributed@2023.6.1...2026.1.1)

---
updated-dependencies:
- dependency-name: distributed
  dependency-version: 2026.1.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/python/distributed-2026.1.1 branch from 18ff813 to 65d8066 Compare January 17, 2026 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Issues that should be addressed in Ray Core data Ray Data-related issues 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