Skip to content

Commit 6873172

Browse files
authored
chore(deps): Apply Dependabot version bumps in bulk (#78)
1 parent 65e194d commit 6873172

3 files changed

Lines changed: 32 additions & 20 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,10 +472,20 @@ 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+
# CVE-2026-32274 (black cache path injection via --python-cell-magics)
476+
# * dev-only dependency, not used with untrusted input
477+
# * fix requires black 26.x which changes formatting style; deferring upgrade
478+
# CVE-2026-27448, CVE-2026-27459 (pyopenssl callback vulnerabilities)
479+
# * transitive dep of snowflake-connector-python, not used directly
480+
# * blocked: snowflake-connector-python pins pyOpenSSL<26.0.0 (even in latest 4.3.0 as of 2026-03-17)
481+
# * upstream fix: https://github.com/snowflakedb/snowflake-connector-python/pull/2793
475482
ignore-vulns: &ignore-vulns |
476483
PYSEC-2023-121
477484
CVE-2026-0994
478485
PYSEC-2024-161
486+
CVE-2026-32274
487+
CVE-2026-27448
488+
CVE-2026-27459
479489

480490
audit-all:
481491
name: Audit - All

poetry.lock

Lines changed: 20 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,9 @@ dependencies = [
136136
"cryptography>=46.0.5,<47",
137137
"protobuf>=4.25.8,<6",
138138
"requests>=2.32.4,<3",
139-
"tornado>=6.5,<7",
139+
"tornado>=6.5.5,<7",
140140
"filelock>=3.20.3,<4",
141+
"pyjwt>=2.12.0,<3",
141142
"pynacl>=1.6.2,<2", # https://github.com/deepnote/deepnote-toolkit/security/dependabot/8
142143

143144
# Config dependencies - they need to be declared both in main and server extras, keep them in sync

0 commit comments

Comments
 (0)