Skip to content

Update Dependencies May 28 (auto) - #570

Merged
maread99 merged 1 commit into
masterfrom
claude/relaxed-ride-EJKxx
May 29, 2026
Merged

Update Dependencies May 28 (auto)#570
maread99 merged 1 commit into
masterfrom
claude/relaxed-ride-EJKxx

Conversation

@maread99

Copy link
Copy Markdown
Owner

Generated by Claude.

Summary

Routine dependency update produced by the dependencies-management skill.

Lock file / environment

uv self-updated from 0.8.170.11.17, then uv lock --upgrade produced the following changes:

  • ast-serialize v0.3.0 → v0.5.0
  • blosc2 v4.2.0 → v4.3.3
  • certifi v2026.4.22 → v2026.5.20
  • hypothesis v6.152.4 → v6.153.0
  • idna v3.13 → v3.16
  • librt v0.10.0 → v0.11.0
  • lxml v6.1.0 → v6.1.1
  • mypy v2.0.0 → v2.1.0
  • numpy v2.4.4 → v2.4.6 (alongside v2.2.6)
  • pandas v3.0.2 → v3.0.3 (alongside v2.3.3)
  • python-discovery v1.3.0 → v1.3.1
  • requests v2.33.1 → v2.34.2
  • soupsieve v2.8.3 → v2.8.4
  • types-pytz v2026.2.0.20260506 → v2026.2.0.20260518
  • valimp v0.4.1 → v0.5
  • virtualenv v21.3.1 → v21.3.3

requirements.txt re-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-commit v0.15.12v0.15.15
  • pre-commit/pre-commit-hooks already at latest (v6.0.0).

Test plan

  • Local test suite run with uv run pytest --ignore=tests/test_yahoo.py -v (Yahoo Finance was unreachable locally due to HTTP 429 rate limiting).
    • Result: 1415 passed, 1 warning, 40 errors in 1798.38s.
    • All 40 errors originated in tests/test_calendar_utils.py, all of which raise urllib.error.HTTPError: HTTP Error 403: Forbidden when fetching CSV fixtures from raw.githubusercontent.com — a network issue.
    • The 1 warning is a SyntaxWarning: 'return' in a 'finally' block raised from yahooquery/ticker.py:153 (dependency code, unfixable).
  • CI matrix run on this PR.

Generated by Claude Code

@maread99 maread99 added the dependencies Pull requests that update a dependency file label May 28, 2026 — with Claude
@maread99
maread99 merged commit 8f91a91 into master May 29, 2026
8 checks passed
@maread99
maread99 deleted the claude/relaxed-ride-EJKxx branch May 29, 2026 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants