Update Dependencies Jul 16 (auto) - #51
Merged
Merged
Conversation
Update project dependencies, GitHub Actions and pre-commit hooks to latest versions. - Refresh uv.lock and requirements.txt (uv lock --upgrade). Notable updates: beancount 3.2.2->3.2.3, pandas 3.0.2->3.0.3, numpy 2.5.1, pytest 9.0.3->9.1.1, mypy 1.20.2->2.2.0, pre-commit 4.3->4.6. - actions/checkout @v6 -> @v7 - astral-sh/setup-uv @v8.1.0 -> @v8.3.2 - astral-sh/ruff-pre-commit rev v0.15.12 -> v0.15.21 Full test suite (104 tests) and pre-commit (ruff check + format) pass. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016DFj6hWeSTkkukKidDqKEi
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.
Generated by Claude. Manual review,
Routine dependency update via the
dependencies-managementskill.Python dependencies
Refreshed
uv.lock(uv lock --upgrade) and syncedrequirements.txt. Notable updates:GitHub Actions
actions/checkout@v6→@v7astral-sh/setup-uv@v8.1.0→@v8.3.2actions/setup-python(@v6),pre-commit/action(@v3.0.1) andrelease-drafter/release-drafter(@v7) already at latest — unchanged.Pre-commit hooks
astral-sh/ruff-pre-commitv0.15.12→v0.15.21pre-commit/pre-commit-hooks(v6.0.0) already at latest — unchanged.Note
No source changes were required to support the new versions.