Skip to content

chore: bump dependency and pre-commit hook versions#72

Merged
lan496 merged 1 commit into
developfrom
chore/bump-deps
Jun 18, 2026
Merged

chore: bump dependency and pre-commit hook versions#72
lan496 merged 1 commit into
developfrom
chore/bump-deps

Conversation

@lan496

@lan496 lan496 commented Jun 18, 2026

Copy link
Copy Markdown
Owner

Summary

  • Upgraded all locked dependencies via uv lock --upgrade (numpy, scipy, mypy 2.1.0, pytest 9.1.0, ruff, starlette, etc.).
  • Bumped pre-commit hooks via pre-commit autoupdate: ruff v0.15.8 -> v0.15.17, mypy v1.19.1 -> v2.1.0, uv-lock 0.11.2 -> 0.11.21, check-jsonschema 0.37.1 -> 0.37.3, pyproject-fmt v2.20.0 -> v2.24.1.
  • pyproject-fmt reformatted pyproject.toml (dropped the redundant wheel build requirement, reordered two [tool.setuptools] keys).

Separately (not in this diff), Dependabot security alerts and automated security-fix PRs were disabled at the repo level via the GitHub API. Scheduled version-update PRs in dependabot.yml are unchanged.

Test plan

  • uv run --extra dev pytest tests/ -> 15 passed, 1 skipped
  • uv run --extra dev pre-commit run --all-files -> all hooks pass (mypy 2.1.0 clean)

[Claude Code] Generated with Claude Code

Upgrade locked dependencies via 'uv lock --upgrade' and bump pre-commit
hooks via autoupdate (ruff, mypy, uv-lock, check-jsonschema, pyproject-fmt).
pyproject-fmt reformatted pyproject.toml (dropped redundant 'wheel' build
requirement, reordered setuptools keys).

Co-Authored-By: Claude <noreply@anthropic.com>
@lan496
lan496 marked this pull request as ready for review June 18, 2026 05:53
@lan496
lan496 merged commit feb8fd2 into develop Jun 18, 2026
4 checks passed
@lan496
lan496 deleted the chore/bump-deps branch June 18, 2026 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant