chore(deps): bump pytest and pygments#20
Merged
Conversation
Clears two dependabot alerts: - pytest 9.0.2 -> 9.0.3 (tmpdir handling, moderate) - pygments 2.19.2 -> 2.20.0 (ReDoS in GUID regex, low) Both are dev-only dependencies (not shipped with the CLI), but bumping to clear the repo's vulnerability badge.
3f15c8c to
3dc8802
Compare
There was a problem hiding this comment.
Lock-file-only bump of two dev dependencies to clear Dependabot alerts. No CLI, client, or test changes.
The zad-cli version change (0.1.0 → 0.3.0) in the lock file is incidental — pyproject.toml was already at 0.3.0 on main; the branch's lock file was stale and caught up when uv sync was re-run.
No issues found. ✅
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 two open dependabot alerts on main:
Both are dev-only (pytest as a test runner, pygments transitively via rich/pytest output). Neither ships with the CLI, so there's no user-facing impact. Bumping to clear the repo's vulnerability badge.
Test plan