Skip to content

Bump distributed from 2024.12.1 to 2026.1.1 in /dockerfiles/jupyter#54

Open
dependabot[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/pip/dockerfiles/jupyter/distributed-2026.1.1
Open

Bump distributed from 2024.12.1 to 2026.1.1 in /dockerfiles/jupyter#54
dependabot[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/pip/dockerfiles/jupyter/distributed-2026.1.1

Conversation

@dependabot
Copy link

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

User description

Bumps distributed from 2024.12.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.

PR Type

Dependencies


Description

  • Bump distributed to 2026.1.1

  • Update pinned hashes accordingly


Diagram Walkthrough

flowchart LR
  lockfile["locked-requirements.txt"]
  dist_old["distributed 2024.12.1"]
  dist_new["distributed 2026.1.1"]
  hashes["Update SHA256 hashes"]

  lockfile -- replace --> dist_new
  dist_old -- removed --> lockfile
  dist_new -- requires --> hashes
Loading

File Walkthrough

Relevant files
Dependencies
locked-requirements.txt
Update distributed pin and hashes                                               

dockerfiles/jupyter/locked-requirements.txt

  • Upgrade distributed 2024.12.1 -> 2026.1.1
  • Replace two SHA256 hashes for new version
  • Keep comment linking to extras-requirements.txt
+3/-3     

Bumps [distributed](https://github.com/dask/distributed) from 2024.12.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@2024.12.1...2026.1.1)

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

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 Jan 16, 2026
@pull-request-agent
Copy link

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 Security concerns

Supply chain integrity:
Ensure the new pinned version and its hashes are validated and that dependency resolution does not pull in vulnerable transitive packages.

⚡ Recommended focus areas for review

Integrity Hashes

Verify the provided sha256 hashes correspond exactly to the distributed==2026.1.1 wheels/source expected for your target platforms to avoid supply-chain or resolution issues.

distributed==2026.1.1 \
    --hash=sha256:3d2709a43912797df3c345af3bb333bbf1a386ec1e9e6a134e5f050521373dbd \
    --hash=sha256:506759b1ed88e45e12ba65e2a429de9911862db55d27dd8bb293c6268430374e
Compatibility

Check that the new distributed version remains compatible with the pinned dask version and any plugins/extensions used in the Jupyter image.

distributed==2026.1.1 \
    --hash=sha256:3d2709a43912797df3c345af3bb333bbf1a386ec1e9e6a134e5f050521373dbd \
    --hash=sha256:506759b1ed88e45e12ba65e2a429de9911862db55d27dd8bb293c6268430374e

@pull-request-agent
Copy link

PR Code Suggestions ✨

No code suggestions found for the PR.

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 PR title format python Pull requests that update python code Review effort 1/5

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants