Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def audit(session: nox.Session) -> None:
"--ignore-vuln",
"GHSA-4xh5-x5gv-qwph", # https://pyinstaller.org/en/stable/license.html
"--ignore-vuln",
"GHSA-xm59-rqc7-hhvf", # nbconvert CVE-2025-53000: no fix available
"CVE-2025-53000", # no fix available
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just for my information - we're okay with using the nbconvert tool despite the vulnerability having a high score?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately we don't have much of a choice - nbconvert is an indirect dependency from jupyter, which we need.

)
except CommandFailed:
_format_json_with_jq(session, "reports/vulnerabilities.json")
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ dependencies = [
"tenacity>=9.1.2,<10",
"tqdm>=4.67.1,<5",
"truststore>=0.10.4,<1",
"urllib3>=2.6.1,<3",
"urllib3>=2.6.3,<3", # CVE-2026-21441 requires >= 2.6.3
"wsidicom>=0.28.1,<1",
# Transitive overrides
# WARNING: one cannot negate or downgrade a dependency required here. use override-dependencies for that.
Expand Down
9 changes: 5 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading