Skip to content
Open
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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
# Security patches for transitive dependencies
# Note: filelock>=3.20.3 fix requires Python 3.10+, pinned in Dockerfile only
"jaraco-context>=6.1.0", # GHSA-58pv-8j8x-9vj2 path traversal vulnerability
"wheel>=0.46.2", # CVE-2026-24049 privilege escalation vulnerability
"wheel>=0.47.0", # CVE-2026-24049 privilege escalation vulnerability
"urllib3>=2.6.3", # GHSA-38jv-5279-wg99, GHSA-2xpw-w6gg-jr37, GHSA-gm62-xv2j-4w53, GHSA-pq67-6m6q-mj2v
"python-json-logger>=2.0.0", # Structured JSON logging (Issue #208)
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ boto3>=1.35.0
# Security patches for transitive dependencies
# Note: filelock>=3.20.3 fix requires Python 3.10+, pinned in Dockerfile only
jaraco-context>=6.1.0 # GHSA-58pv-8j8x-9vj2 path traversal vulnerability
wheel>=0.46.2 # CVE-2026-24049 privilege escalation vulnerability
wheel>=0.47.0 # CVE-2026-24049 privilege escalation vulnerability
urllib3>=2.6.3 # GHSA-38jv-5279-wg99, GHSA-2xpw-w6gg-jr37, GHSA-gm62-xv2j-4w53, GHSA-pq67-6m6q-mj2v
Loading