chore(deps): bump pygments from 2.19.1 to 2.20.0#26
Conversation
joshuanapoli
left a comment
There was a problem hiding this comment.
Reviewed the pygments 2.19.1 -> 2.20.0 bump. The diff is lock-file only (uv.lock). Pygments 2.20.0 is a standard minor release with no breaking changes -- low risk.
However, CI is failing with a pre-existing infrastructure issue: Unable to resolve action cvector-energy/python-test@uv, unable to find version uv. This failure also occurs on main and is unrelated to this PR. The pygments bump itself is safe.
Note: the diff also shows the cvec package version changed from 1.5.0 to 1.5.2 in the lock file, which reflects the current state of the editable install -- this is expected when the lock file is regenerated.
Assigning to @joshuanapoli to merge once the CI infrastructure issue is resolved.
|
@dependabot rebase |
17ad2b6 to
a7883d6
Compare
Bumps [pygments](https://github.com/pygments/pygments) from 2.19.1 to 2.20.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.19.1...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
a7883d6 to
a7ecb76
Compare
Bumps pygments from 2.19.1 to 2.20.0.
Release notes
Sourced from pygments's releases.
Changelog
Sourced from pygments's changelog.
... (truncated)
Commits
708197dFix underline length.1d4538aPrepare 2.20 release.2ceaee4Update CHANGES.e3a3c54Fix Haskell lexer: handle escape sequences in character literals (#3069)d7c3453Merge pull request #3071 from pygments/harden-html-formatter0f97e7cHarden the HTML formatter against CSS.9f981b2Update CHANGES.1d88915Update CHANGES.c3d93adFix ASN.1 lexer: recognize minus sign and fix range operator (#3060)4f06bcffix bad behaving backtracking regex in CommonLispLexer