Skip to content

chore(deps): upgrade locked dependencies (clears Dependabot alerts)#122

Merged
titusz merged 1 commit into
mainfrom
chore/uv-sync-upgrade
Jun 21, 2026
Merged

chore(deps): upgrade locked dependencies (clears Dependabot alerts)#122
titusz merged 1 commit into
mainfrom
chore/uv-sync-upgrade

Conversation

@titusz

@titusz titusz commented Jun 21, 2026

Copy link
Copy Markdown
Member

Summary

Clears the 6 open Dependabot alerts by regenerating uv.lock with uv sync -U. The two flagged packages are transitive (via the pypi/iscc-wrapper workspace scaffold → iscc-sdk):

  • pypdf 6.12.2 → 6.13.3 — resolves 3 medium alerts
  • bleach 6.3.0 → 6.4.0 — resolves 2 medium + 1 low; the no-patch advisory (GHSA-g75f-g53v-794x, range = 6.3.0) also clears by leaving 6.3.0

The full -U also refreshes other transitive deps (beautifulsoup4, iscc-sdk 0.9.2→0.9.3, ruff, prek, etc.). Only uv.lock changes; pyproject.toml is untouched.

Supersedes Dependabot PRs #119 (pypdf) and #120 (bleach).

Validation

  • prek run --all-files passes
  • scripts/check_site_paths.py passes
  • zensical build --clean succeeds

Resolves Dependabot alerts by bumping bleach 6.3.0 -> 6.4.0 and
pypdf 6.12.2 -> 6.13.3 (both transitive via iscc-sdk), along with
other transitive lockfile updates. Only uv.lock changes.
@titusz titusz merged commit acf2553 into main Jun 21, 2026
3 checks passed
@titusz titusz deleted the chore/uv-sync-upgrade branch June 21, 2026 18:32
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