Bump jupyterlab from 4.2.2 to 4.5.7 in /experiments/agentcompany/openhands#22
Conversation
Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.2.2 to 4.5.7. - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.2.2...@jupyterlab/lsp@4.5.7) --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.5.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Bumps jupyterlab from 4.2.2 to 4.5.7.
Release notes
Sourced from jupyterlab's releases.
... (truncated)
Commits
f514041[ci skip] Publish 4.5.766fe9adBackport PR #18652 on branch 4.5.x (Video and Audio Content Providers: Fix Ju...f4455faFix syntax for Python 3.9 on4.5.xbranch (#18817)d2322b5Backport PR #18819 on branch 4.5.x (Fix linting issue) (#18820)5d9cb8cMerge commit from fork1de120bMerge commit from fork6926100Backport PR #18808 on branch 4.5.x (Fix notebook hang when dropping cells) (#...67e6e88Backport PR #18647 on branch 4.5.x (Update default font family to honor macOS...bf21eb9Backport PR #18747 on branch 4.5.x (Fix Contextual Help keyboard shortcut rel...73cafa5Backport PR #18788 on branch 4.5.x (Fix name of option for extension manager ...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.
Greptile Summary
This is a Dependabot security bump of
jupyterlabfrom4.2.2to4.5.7inexperiments/agentcompany/openhands/requirements.txt. The update patches three CVEs (CVE-2026-42557, CVE-2026-42266, CVE-2026-40171) and includes several bug fixes (notebook hang on cell drop, dialog focus, context menu).Confidence Score: 5/5
Safe to merge — single-line security patch bump with no code changes.
Only one line changes: the pinned version of jupyterlab. The new version addresses known CVEs and has no breaking changes within the 4.x series. No other dependencies are affected.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[requirements.txt] -->|was| B[jupyterlab==4.2.2\nVulnerable to CVE-2026-42557\nCVE-2026-42266\nCVE-2026-40171] A -->|now| C[jupyterlab==4.5.7\nAll three CVEs patched\nBug fixes included] B -->|Dependabot bump| CReviews (1): Last reviewed commit: "Bump jupyterlab in /experiments/agentcom..." | Re-trigger Greptile