Update Dependencies May 28 (auto) - #570
Merged
Merged
Conversation
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.
Summary
Routine dependency update produced by the
dependencies-managementskill.Lock file / environment
uvself-updated from0.8.17→0.11.17, thenuv lock --upgradeproduced the following changes:ast-serializev0.3.0 → v0.5.0blosc2v4.2.0 → v4.3.3certifiv2026.4.22 → v2026.5.20hypothesisv6.152.4 → v6.153.0idnav3.13 → v3.16librtv0.10.0 → v0.11.0lxmlv6.1.0 → v6.1.1mypyv2.0.0 → v2.1.0numpyv2.4.4 → v2.4.6 (alongside v2.2.6)pandasv3.0.2 → v3.0.3 (alongside v2.3.3)python-discoveryv1.3.0 → v1.3.1requestsv2.33.1 → v2.34.2soupsievev2.8.3 → v2.8.4types-pytzv2026.2.0.20260506 → v2026.2.0.20260518valimpv0.4.1 → v0.5virtualenvv21.3.1 → v21.3.3requirements.txtre-exported from the refreshed lock file.GitHub Actions
No changes — all pinned actions were already at the latest release tags (matching the existing pinning style):
actions/checkout@v6(latest v6.0.2)actions/setup-python@v6(latest v6.2.0)astral-sh/setup-uv@v8.1.0(latest)pre-commit/action@v3.0.1(latest)release-drafter/release-drafter@v7(latest v7.3.1)Pre-commit hooks
astral-sh/ruff-pre-commitv0.15.12→v0.15.15pre-commit/pre-commit-hooksalready at latest (v6.0.0).Test plan
uv run pytest --ignore=tests/test_yahoo.py -v(Yahoo Finance was unreachable locally due to HTTP 429 rate limiting).1415 passed, 1 warning, 40 errors in 1798.38s.tests/test_calendar_utils.py, all of which raiseurllib.error.HTTPError: HTTP Error 403: Forbiddenwhen fetching CSV fixtures fromraw.githubusercontent.com— a network issue.SyntaxWarning: 'return' in a 'finally' blockraised fromyahooquery/ticker.py:153(dependency code, unfixable).Generated by Claude Code