chore(deps): upgrade locked dependencies (clears Dependabot alerts)#122
Merged
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Clears the 6 open Dependabot alerts by regenerating
uv.lockwithuv sync -U. The two flagged packages are transitive (via thepypi/iscc-wrapperworkspace scaffold →iscc-sdk):6.12.2 → 6.13.3— resolves 3 medium alerts6.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.0The full
-Ualso refreshes other transitive deps (beautifulsoup4, iscc-sdk 0.9.2→0.9.3, ruff, prek, etc.). Onlyuv.lockchanges;pyproject.tomlis untouched.Supersedes Dependabot PRs #119 (pypdf) and #120 (bleach).
Validation
prek run --all-filespassesscripts/check_site_paths.pypasseszensical build --cleansucceeds