Bump sqlparse to 0.6.0 in dbt-feldera - #6987
Open
mythical-fred-ops[bot] wants to merge 1 commit into
Open
Conversation
sqlparse 0.5.4 is affected by four advisories (GHSA-prg7-hcfm-mfcr, GHSA-pwgv-4x5q-6m9f, GHSA-f2ff-p2ww-7p4p, GHSA-3496-9g83-7v6x), all first fixed in 0.6.0. dbt-core 1.11.7 caps sqlparse below 0.5.5, so the lock also moves dbt-core to 1.11.14, the earliest release in the 1.11 line whose requirement (sqlparse >=0.5.5,<0.7.0) admits the fix. Both bumps stay inside the ranges pyproject.toml already declares, so no manifest change is needed. Signed-off-by: mythical-fred-ops[bot] <268516273+mythical-fred-ops[bot]@users.noreply.github.com>
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.
Clears the sqlparse advisories in
python/dbt-feldera/uv.lock.dbt-core 1.11.7 requires
sqlparse>=0.5.0,<0.5.5, so the lock also movesdbt-core to 1.11.14 — the earliest 1.11 release that allows 0.6.0. Both
versions already satisfy
dbt-core~=1.11inpyproject.toml; no manifestchange was needed.
Validation
uv lock --checksqlparseresolved inuv.lockuv run pytest -m "not integration"pre-commit run --files python/dbt-feldera/uv.lock