Skip to content

chore: update Python dependencies to fix security vulnerabilities#16

Open
corneliusroemer wants to merge 1 commit into
masterfrom
update-python-dependencies
Open

chore: update Python dependencies to fix security vulnerabilities#16
corneliusroemer wants to merge 1 commit into
masterfrom
update-python-dependencies

Conversation

@corneliusroemer

Copy link
Copy Markdown
Member

Summary

Updates Python dependencies to resolve 3 of 4 dependabot security warnings:

  • Updates ipython from 8.5.0 to 8.10.0 (fixes GHSA-29gw-9793-fvw7)
  • Updates jupyterlab from 3.5.0 to 3.6.7 (fixes GHSA-44cc-43rp-5947)
  • Updates scipy from 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

  • Verified all Python imports work correctly
  • Ran pip-audit to confirm vulnerabilities are fixed
  • CI pipeline runs successfully

🤖 Generated with Claude Code

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant