You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build(deps): consolidate open Dependabot dependency updates (#1734)
Applies 21 open Dependabot PRs in a single change so CI runs once over
the combined result rather than 21 times over lockfiles that each
invalidate the next.
Cargo (Cargo.lock only; workspace ranges already admit these):
arrow/arrow-array/arrow-schema/arrow-select 59.2.0 -> 59.3.0, uuid
1.23.3 -> 1.26.1, futures 0.3.32 -> 0.3.34, log 0.4.32 -> 0.4.34,
async-trait 0.1.89 -> 0.1.92, serde_json 1.0.150 -> 1.0.151, tokio
1.52.3 -> 1.53.1, quinn-proto 0.11.14 -> 0.11.16.
Python (uv.lock): tornado 6.5.7 -> 6.5.8, cryptography 49.0.0 ->
50.0.0, setuptools 82.0.1 -> 83.0.0.
Actions: actions/checkout v6 -> v7, actions/setup-python v5/v6 -> v7,
actions/cache v5 -> v6, taiki-e/install-action v2 -> v2.85.5,
astral-sh/setup-uv 8.2.0 -> 10.0.1, github/codeql-action init and
analyze 4.36.2 -> 4.37.9.
The codeql-action bumps only pass together: the action rejects a run
where init and analyze are on different versions, so #1700 and #1699
each fail alone with "Loaded a configuration file for version
'4.37.9', but running version '4.36.2'".
The SHA-pinned actions/checkout in codeql.yml goes to the v7 commit
3d3c42e5aac5ba805825da76410c181273ba90b1 rather than the stale v6
commit #1606 proposed, keeping the pin on the same major version as
the tag refs elsewhere.
Excludes #1652 (datafusion 54.0.0 -> 54.1.0), obsolete since main
moved to DataFusion 55.1.0.
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments