Skip to content

Update all dependencies to latest versions#171

Merged
beaufour merged 1 commit into
masterfrom
update-dependencies
Jun 27, 2026
Merged

Update all dependencies to latest versions#171
beaufour merged 1 commit into
masterfrom
update-dependencies

Conversation

@beaufour

Copy link
Copy Markdown
Collaborator

Summary

Refreshes the lockfile via uv lock --upgrade. Notable bumps:

  • cryptography 48 → 49
  • mypy 1.19 → 2.1
  • ruff 0.14 → 0.15
  • rich 14 → 15
  • pytest 9.0 → 9.1
  • requests 2.33 → 2.34

Verification

  • uv run pytest282 passed
  • uv run ruff check flickr_api/ — clean
  • uv run flake8 flickr_api/ — clean
  • uv run mypy flickr_api/ — same 3 pre-existing errors as master (missing PIL/requests_oauthlib stubs and an existing float | None operand); no new regressions from the upgrade.

Only uv.lock changed.

Run `uv lock --upgrade` to refresh the lockfile. Notable bumps:
cryptography 48→49, mypy 1.19→2.1, ruff 0.14→0.15, rich 14→15,
pytest 9.0→9.1, requests 2.33→2.34.

All 282 tests pass; ruff and flake8 clean. mypy reports the same 3
pre-existing errors as before the upgrade (missing PIL/requests_oauthlib
stubs and an existing float|None operand), so no regressions.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@beaufour beaufour merged commit b6799e3 into master Jun 27, 2026
5 checks passed
@beaufour beaufour deleted the update-dependencies branch June 27, 2026 21:30
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