Skip to content

chore(deps): upgrade python dependencies - #19

Merged
dlstadther merged 1 commit into
mainfrom
dlstadther/upgrade-deps
Sep 11, 2026
Merged

chore(deps): upgrade python dependencies#19
dlstadther merged 1 commit into
mainfrom
dlstadther/upgrade-deps

Conversation

@dlstadther

Copy link
Copy Markdown
Owner

Summary

  • Upgrade uv.lock packages within existing pyproject.toml constraints (pandas, ruff, sqlfluff, mkdocs-material, pydantic, etc.)
  • Bump pre-commit hook revs: ruff (v0.14.11 → v0.16.7), uv-pre-commit (0.9.24 → 0.12.13), commitlint (v9.23.0 → v9.26.0)
  • Pin newer uv (0.5.18 → 0.12.13) and Python (3.12.4 → 3.12.14) in .uv-version / .python-version
  • No minimum-allowed version changes in pyproject.toml — no breaking changes required them
  • sqlfluff and pyrefly pre-commit revs held back from their latest available (4.x, 1.3.0-dev) to stay within pyproject.toml constraints (sqlfluff <4) and avoid a prerelease pyrefly hook

Test plan

  • uv run pytest -vv -m "not df" and -m "df" pass
  • uv run ruff format --check . / uv run ruff check . pass
  • uv run pyrefly check passes
  • uv run prek run --all-files passes
  • uv lock --check passes
  • uv build succeeds

🤖 Generated with Claude Code

https://claude.ai/code/session_01Y5ki9FEVa9wwJgnppJKvcH

Upgrade uv.lock packages within existing pyproject.toml constraints
(pandas, ruff, sqlfluff, mkdocs-material, pydantic, etc). Bump
pre-commit hook revs (ruff, uv-pre-commit, commitlint) and pin newer
uv (0.12.13) and Python (3.12.14) patch versions. No minimum-allowed
version changes; sqlfluff and pyrefly pre-commit revs held back from
their latest (4.x, 1.3.0-dev) to stay within pyproject constraints.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Y5ki9FEVa9wwJgnppJKvcH
@dlstadther
dlstadther merged commit 992abd9 into main Sep 11, 2026
5 checks passed
@dlstadther
dlstadther deleted the dlstadther/upgrade-deps branch September 11, 2026 01:26
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