Skip to content

Commit 64735ec

Browse files
author
aieng-bot-maintain[bot]
committed
Resolve merge conflicts in uv.lock
- uv.lock: Regenerated lock file to resolve conflicts - Updated filelock to 3.20.1 (fixes CVE-2025-68146) - Updated pip-audit to 2.10.0 (PR dependency bump) - Updated coverage to 7.13.0 (from main branch) - Updated pytest-cov to 7.0.0 (from main branch) Co-authored-by: AI Engineering Maintenance Bot <aieng-bot@vectorinstitute.ai>
2 parents de0d0d3 + 8c4227d commit 64735ec

3 files changed

Lines changed: 891 additions & 606 deletions

File tree

.github/workflows/code_checks.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,9 @@ jobs:
5454
uses: pypa/gh-action-pip-audit@1220774d901786e6f652ae159f7b6bc8fea6d266
5555
with:
5656
virtual-environment: .venv/
57+
# GHSA-xm59-rqc7-hhvf: nbconvert Windows-only vulnerability (no fix available as of 2025-12-22)
58+
# This is a Windows-specific code execution vulnerability via inkscape.bat path traversal
59+
# CI runs on Linux, and no patch exists yet (published 2025-12-18)
60+
# TODO: Remove this ignore once nbconvert releases a patched version
61+
ignore-vulns: |
62+
GHSA-xm59-rqc7-hhvf

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ repository = "https://github.com/VectorInstitute/aieng-template-implementation"
88
requires-python = ">=3.12"
99
dependencies = [
1010
"aieng-topic-impl",
11+
"filelock==3.20.1",
1112
"jupyterlab>=4.4.8",
1213
"pip>=25.3",
1314
"urllib3>=2.6.0",

0 commit comments

Comments
 (0)