chore: update dependencies to patch security vulnerabilities#294
Merged
Conversation
- Update tornado to >=6.4.1 (fixes DoS and cookie injection vulnerabilities) - Update mistune to >=3.0.2 (fixes ReDoS in LINK_TITLE_RE) - Update pytest to >=7.4.4 (fixes tmpdir handling vulnerability) - Update jupyter-server to 2.18.2 (fixes CORS bypass, path traversal) - Update jupyterlab to 4.5.7 (fixes XSS vulnerabilities) - Update nbconvert to >=7.17.0 (fixes path traversal in cell attachments) - Update requests to >=2.32.6 (fixes insecure temp file reuse) - Update multiple dev dependencies to patch aiohttp issues Addresses 26 open security vulnerabilities from Dependabot scan
| jupyter = "^1.1.1" | ||
| jupyterlab-widgets = "<=3.0.15" | ||
| jupyter = ">=1.1.1" | ||
| jupyterlab-widgets = ">3.0.15" |
Contributor
There was a problem hiding this comment.
I remember that we previously had issues with newer versions of jupyterlab-widgets, but is that solved now?
Contributor
Author
|
A previous error for @nienketimmermans on Windows 11 was |
nienketimmermans
approved these changes
May 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Dependabot observed multiple vulnerabilities which are caused by outdated dependencies.
Changes