build(deps): batch dependabot dependency updates#1589
Merged
timsaucer merged 1 commit intoJun 12, 2026
Conversation
Combine open Dependabot updates into a single PR. GitHub Actions: - github/codeql-action 4.35.4 -> 4.36.2 (apache#1585) - astral-sh/setup-uv 8.1.0 -> 8.2.0 (apache#1584) Cargo: - chrono 0.4.44 -> 0.4.45 (apache#1583) - log 0.4.30 -> 0.4.32 (apache#1582) - uuid 1.23.1 -> 1.23.2 (apache#1565) Python (uv.lock): - pyarrow 22.0.0 -> 23.0.1 (apache#1580) - idna 3.10 -> 3.15 (apache#1552) - pytest 8.3.4 -> 9.0.3 (apache#1542) - pyjwt 2.10.1 -> 2.12.0 (apache#1540) - pygments 2.19.1 -> 2.20.0 (apache#1539) - requests 2.32.3 -> 2.33.0 (apache#1538) - urllib3 2.3.0 -> 2.7.0 (apache#1537) - pynacl 1.5.0 -> 1.6.2 (apache#1536) - cryptography 44.0.0 -> 46.0.7 (apache#1535) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jun 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
N/A — this batches several open Dependabot PRs (#1585, #1584, #1583, #1582, #1580, #1565, #1552, #1542, #1540, #1539, #1538, #1537, #1536, #1535) into one so they can be reviewed and merged together.
Rationale for this change
There are many individual Dependabot dependency-bump PRs open at once. Merging them one at a time repeatedly invalidates lockfiles and re-triggers CI. Combining them into a single PR lets all updates land together with one CI run.
What changes are included in this PR?
GitHub Actions and minor dependency updates.
Are there any user-facing changes?
No public API changes. These are build, CI, and dev/test dependency updates only. Note that pytest is a major version bump (8 -> 9); CI will confirm the test suite still passes.