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
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ dependencies = [
"lxml>=6.1.0", # CVE-2026-41066 (Renovate #556); also required for python 3.14 pre-built wheels
"filelock>=3.20.3", # CVE-2025-68146 (>=3.20.1); CVE-2026-22701 (>=3.20.3, Renovate #387)
"marshmallow>=3.26.2", # CVE-2025-68480
"pygments>=2.20.0", # CVE-2026-4539 (>=2.20.0); transitive via rich
"cryptography>=46.0.7", # CVE-2026-39892 (>=46.0.7); transitive via pyjwt[crypto]
"pydicom>=3.0.2", # CVE-2026-32711 (>=3.0.2); transitive via dicomweb-client/wsidicom/highdicom
Comment on lines 138 to 142
Copy link

Copilot AI Apr 25, 2026

Choose a reason for hiding this comment

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

With pygments>=2.20.0 removed from the transitive overrides list, the repository documentation becomes misleading: SUPPLY_CHAIN_VULNERABILITIES.md still lists pygments>=2.20.0 as an enforced lower bound. Please add an inline note here that this omission is intentional/temporary (e.g., PYSDK-104 audit-routine test) and/or update the doc table so it accurately reflects the current published constraints.

Copilot uses AI. Check for mistakes.
"pyasn1>=0.6.3", # CVE-2026-30922 (>=0.6.3); transitive via cryptography
Expand Down
2 changes: 0 additions & 2 deletions uv.lock

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

Loading