Fix Dependabot security alerts: bump nbconvert to 7.17.0 and pillow to 12.1.1#37
Closed
Fix Dependabot security alerts: bump nbconvert to 7.17.0 and pillow to 12.1.1#37
Conversation
Co-authored-by: markus-stoll <6725742+markus-stoll@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix two Dependabot security alerts in Renumics/mesh2vec
Fix Dependabot security alerts: bump nbconvert to 7.17.0 and pillow to 12.1.1
Feb 20, 2026
…m CI Co-authored-by: markus-stoll <6725742+markus-stoll@users.noreply.github.com>
Co-authored-by: markus-stoll <6725742+markus-stoll@users.noreply.github.com>
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.
Two vulnerable indirect dev dependencies were being locked at unsafe versions due to loose transitive constraints. Addresses Dependabot alerts #32 (nbconvert) and #33 (pillow).
Changes
pyproject.toml[dependency-groups] dev:nbconvert (>=7.17.0)— previouslyjupyter-server's>=6.4.4constraint allowed the vulnerable7.16.6to be resolvedpillow (>=12.1.1)— previouslymatplotlib's>=8constraint allowed the vulnerable12.0.0(out-of-bounds write on PSD load,>=10.3.0,<12.1.1) to be resolvedpoetry.lock2.2.1(matching the version pinned in.github/actions/ci-setup/action.yml) to resolvenbconvert==7.17.0andpillow==12.1.1.github/workflows/ci.yml--ignore-vuln GHSA-xm59-rqc7-hhvffrom thepip-auditstep — this suppression was added when the nbconvert fix was unavailable and is no longer neededOriginal prompt
This pull request was created from Copilot chat.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.