Update dependencies Jul 23 (auto) - #262
Closed
maread99 wants to merge 1 commit into
Closed
Conversation
Update locked dependencies via `uv lock --upgrade`: - filelock 3.30.3 -> 3.32.0 - jupyterlab 4.6.1 -> 4.6.2 - matplotlib 3.11.0 -> 3.11.1 - platformdirs 4.10.0 -> 4.11.0 - python-discovery 1.4.4 -> 1.5.0 - soupsieve 2.8.4 -> 2.9 - virtualenv 21.6.1 -> 21.7.0 Update GitHub Actions: - actions/setup-python v6 -> v7 - astral-sh/setup-uv v8.3.2 -> v9.0.0 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018xVn5E1nfaRW3bnMqrQTj2
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.
Automated dependency update produced by the
dependencies-managementskill.Locked dependencies (
uv lock --upgrade)requirements.txtregenerated from the updated lock file.GitHub Actions
Other pinned actions (
actions/checkout@v7,release-drafter/release-drafter@v7,pre-commit/action@v3.0.1) and pre-commit hooks (pre-commit-hooks v6.0.0,ruff-pre-commit v0.15.22) are already at their latest releases.Testing
pytestrun locally: 108 passed. The remaining errors/failure all originate in the class-scopedPricesYahoofixtures, which reach out tofinance.yahoo.comduring construction — that host is unreachable in this sandboxed environment (connection reset), so those tests require a live service and are unrelated to the dependency bumps. No code revisions were required to support the updated versions; all raised warnings originate in dependency code.Generated by Claude Code