Skip to content

Commit 98e2371

Browse files
authored
chore: Update dependencies (#103)
* chore: Update dependencies * chore: Update DuckDB and ignore pyarrow finding * chore: Remove redundant python version markers
1 parent b5abbd5 commit 98e2371

3 files changed

Lines changed: 160 additions & 153 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,10 +472,15 @@ jobs:
472472
# * false positive: only affects Arrow R package, not PyArrow
473473
# * see CVE description: "This vulnerability only affects the arrow R package, not other Apache Arrow implementations"
474474
# * databricks-sqlalchemy 1.x caps pyarrow<17, but upgrading requires SQLAlchemy 2.x (which is not possible for some Python versions)
475+
# PYSEC-2026-113 (Arrow C++ IPC file pre-buffering use-after-free)
476+
# * false positive for Python: advisory says RecordBatchFileReader::PreBufferMetadata is not exposed in Python bindings
477+
# * this repo uses PyArrow through pandas parquet IO and Arrow table construction, not IPC file pre-buffering
478+
# * databricks-sqlalchemy 1.x caps pyarrow<17, but upgrading requires SQLAlchemy 2.x (which is not possible for some Python versions)
475479
ignore-vulns: &ignore-vulns |
476480
PYSEC-2023-121
477481
CVE-2026-0994
478482
PYSEC-2024-161
483+
PYSEC-2026-113
479484

480485
audit-all:
481486
name: Audit - All

0 commit comments

Comments
 (0)