chore(deps): upgrade Pygments 2.19.2 → 2.20.0 (security)#42
Merged
Conversation
Resolves Dependabot alert #2 (Pygments ReDoS via inefficient GUID regex). Transitive dependency via pytest. Also regenerates the one e2e fixture affected by the v1.1.0 → v1.2.0 version bump (bibliography_example.tex pdfcreator hypersetup line). All gates green: 3505 unit + 141 e2e.
There was a problem hiding this comment.
Pull request overview
Updates the project’s pinned dependencies to address a Dependabot security alert (Pygments ReDoS), and refreshes a generated LaTeX example to reflect the current txt2tex version string.
Changes:
- Bump transitive
pygmentspin inuv.lockfrom2.19.2to2.20.0. - Regenerate
examples/11_text_blocks/bibliography_example.texmetadata (pdfcreator) totxt2tex v1.2.0.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
uv.lock |
Updates the resolved Pygments version (and lockfile header metadata). |
examples/11_text_blocks/bibliography_example.tex |
Updates generated pdfcreator version string to match v1.2.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
✅ Quality Gates StatusCommit:
|
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.
Resolves Dependabot alert #2 (Pygments ReDoS). Transitive via pytest.
Also regens the one e2e fixture with the v1.2.0 version string.
Note
Low Risk
Low risk: this is a lockfile-only dependency bump (transitive via test tooling) plus a regenerated example fixture string, with no production logic changes.
Overview
Resolves a Pygments security update by bumping the locked
pygmentsversion from2.19.2to2.20.0inuv.lock(including updated artifact URLs/hashes) and adjusting the lockfilerevision.Regenerates the
examples/11_text_blocks/bibliography_example.texfixture to reflecttxt2tex v1.2.0in the PDF metadata (\hypersetup{...pdfcreator=...}).Reviewed by Cursor Bugbot for commit ee42671. Bugbot is set up for automated code reviews on this repo. Configure here.