-
Notifications
You must be signed in to change notification settings - Fork 26
Bump jupyterlab from 4.0.9 to 4.2.5 #48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.0.9 to 4.2.5. - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/[email protected]/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected]) --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.2.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
tornado = ">=6.2.0" | ||
traitlets = "*" | ||
|
||
[package.extras] | ||
dev = ["black[jupyter] (==23.10.1)", "build", "bump2version", "coverage", "hatch", "pre-commit", "pytest-cov", "ruff (==0.1.4)"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
getting rid of black[jupyter] doesn't look right, unless its no longer needed with the version upgrade?
@@ -1067,7 +1067,7 @@ version = "0.16.0" | |||
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1" | |||
optional = false | |||
python-versions = ">=3.8" | |||
groups = ["main"] | |||
groups = ["main", "dev"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this PR is adding a new group to poetry.lock, maybe it needs a closer look
Hey @amit-sharma , I asked dependabot to create this PR for a security issue. It made some changes to the poetry.lock though that I wanted to run by you as well. could you take a look? (sorry patrick -- didn't mean to tag you on this repo) |
Bumps jupyterlab from 4.0.9 to 4.2.5.
Release notes
Sourced from jupyterlab's releases.
... (truncated)
Changelog
Sourced from jupyterlab's changelog.
... (truncated)
Commits
a046125
[ci skip] Publish 4.2.588e24ba
Merge commit from fork58d7535
Backport PR #16710: Use locale name instead of display/native name to toggle ...524f71d
Backport PR #16486: Bump braces from 3.0.2 to 3.0.3 (#16699)7bf7ec5
Backport PR #16682: Prevent replacing code with find and replace in read-only...355cbd5
Backport PR #16683: Fix JupyterLab install instructions in the debugger docs ...1fa4474
Backport PR #16647: Do not block shift-click mouse up handler on active cell ...c639643
[ci skip] Publish 4.2.48f78e27
Backport PR #16450 on branch 4.2.x (Align extension migration docs with the l...9223530
Backport PR #16507: Add customisation options to prevent inline completer res...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.