chore: update Python dependencies to fix security vulnerabilities#16
Open
corneliusroemer wants to merge 1 commit into
Open
chore: update Python dependencies to fix security vulnerabilities#16corneliusroemer wants to merge 1 commit into
corneliusroemer wants to merge 1 commit into
Conversation
Resolves 3 of 4 dependabot security warnings: - ipython 8.5.0 → 8.10.0 (fixes GHSA-29gw-9793-fvw7) - jupyterlab 3.5.0 → 3.6.7 (fixes GHSA-44cc-43rp-5947) - scipy 1.9.3 → 1.10.0 (fixes PYSEC-2023-102) Note: One jupyterlab vulnerability (GHSA-vvfj-2jqx-52jm) remains unfixed as the fix requires jupyterlab 4.4.8, which is a major version upgrade that may introduce breaking changes. All Python imports tested and working correctly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.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.
Summary
Updates Python dependencies to resolve 3 of 4 dependabot security warnings:
ipythonfrom 8.5.0 to 8.10.0 (fixes GHSA-29gw-9793-fvw7)jupyterlabfrom 3.5.0 to 3.6.7 (fixes GHSA-44cc-43rp-5947)scipyfrom 1.9.3 to 1.10.0 (fixes PYSEC-2023-102)Known issue
One jupyterlab vulnerability (GHSA-vvfj-2jqx-52jm) remains unfixed as the fix requires jupyterlab 4.4.8, which would be a major version upgrade from 3.x to 4.x that may introduce breaking changes.
Test plan
🤖 Generated with Claude Code