Skip to content

[Snyk] Fix for 4 vulnerabilities - #712

Merged
bashtage merged 1 commit into
mainfrom
snyk-fix-2b237efeb5d3e4ef8a97b8146516fee4
Aug 13, 2026
Merged

[Snyk] Fix for 4 vulnerabilities#712
bashtage merged 1 commit into
mainfrom
snyk-fix-2b237efeb5d3e4ef8a97b8146516fee4

Conversation

@bashtage

Copy link
Copy Markdown
Owner

snyk-top-banner

Snyk has created this PR to fix 4 vulnerabilities in the pip dependencies of this project.

Snyk changed the following file(s):

  • doc/requirements.txt
⚠️ Warning
sphinx 5.3.0 has requirement docutils<0.20,>=0.14, but you have docutils 0.20.1.
notebook 6.5.7 requires pyzmq, which is not installed.
matplotlib 3.5.3 requires pillow, which is not installed.
matplotlib 3.5.3 requires fonttools, which is not installed.
jupyter 1.1.1 requires jupyterlab, which is not installed.
jupyter-server 1.24.0 requires pyzmq, which is not installed.
jupyter-console 6.6.3 requires pyzmq, which is not installed.
jupyter-client 7.4.9 requires pyzmq, which is not installed.
ipykernel 6.16.2 requires pyzmq, which is not installed.

Breaking Change Risk

Merge Risk: Medium

Notice: This assessment is enhanced by AI.


Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.
  • Some vulnerabilities couldn't be fully fixed and so Snyk will still find them when the project is tested again. This may be because the vulnerability existed within more than one direct dependency, but not all of the affected dependencies could be upgraded.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Regular Expression Denial of Service (ReDoS)
🦉 Allocation of Resources Without Limits or Throttling

@bashtage

Copy link
Copy Markdown
Owner Author

Merge Risk: Medium

Of the three packages, the upgrade for nbconvert carries a medium risk due to a change in Python version support. The other upgrades are low risk.

Key Changes

  • nbconvert 7.6.0 → 7.17.0 (Medium Risk):
    This upgrade drops support for Python 3.8. The documentation for newer versions states that the supported Python versions are 3.8-3.11, but the changelogs indicate that testing and support for 3.8 were dropped in favor of newer versions. This is an environment change that requires verification.

    • Recommendation: Verify that your project's runtime environment is compatible with the new minimum Python version required by nbconvert.
  • mistune 3.0.2 → 3.3.0 (Low Risk):
    This is a minor version upgrade consisting of bug fixes and security enhancements. Changes include fixes for potential Denial of Service (DoS) vulnerabilities, improved HTML escaping, and corrections to plugin behavior. No breaking API changes are noted in this range.

  • tornado 6.2 → 6.5.5 (Low Risk):
    This upgrade span consists of several patch and minor releases that introduce security fixes, bug fixes, and type annotation improvements. Key changes include hardening against Denial of Service (DoS) attacks by limiting multipart request parts and stricter header validation. Version 6.5.0 also introduces several deprecations, such as for obs-fold continuation lines in HTTP headers, which will be removed in Tornado 7.0. While not immediately breaking, these deprecations should be noted for future maintenance.

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

@codecov

codecov Bot commented Aug 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.54%. Comparing base (273d7f1) to head (ade49a0).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #712   +/-   ##
=======================================
  Coverage   99.54%   99.54%           
=======================================
  Files         101      101           
  Lines       17426    17426           
  Branches     1430     1430           
=======================================
  Hits        17347    17347           
  Misses         29       29           
  Partials       50       50           
Flag Coverage Δ
adder 99.52% <ø> (ø)
subtractor 99.52% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bashtage
bashtage merged commit 2ce5503 into main Aug 13, 2026
25 checks passed
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.

2 participants